Skip to content

Commit

Permalink
Merge pull request #1161 from sandialabs/mna-marking
Browse files Browse the repository at this point in the history
updated MNA marking
  • Loading branch information
wlhunt committed Feb 22, 2024
2 parents d867280 + 5613b07 commit b563c36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions web-server/plugins/slycat-mna-marking.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) 2013, 2018 National Technology and Engineering Solutions of Sandia, LLC . Under the terms of Contract
# DE-NA0003525 with National Technology and Engineering Solutions of Sandia, LLC, the U.S. Government
# retains certain rights in this software.

def register_slycat_plugin(context):
page = """<div style="display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background:white; border-top:2px solid black; border-bottom:2px solid black; color:black; font-weight:bold; padding:5px; text-align:center;">Markings Not Applied</div>"""
badge = """<div style="background:white; border:1px solid black; color:black; font-weight:bold; padding:5px; text-align:center;">Markings Not Applied</div>"""

context.register_marking("mna", "Markings Not Applied", badge, page, page)

7 changes: 0 additions & 7 deletions web-server/plugins/slycat-no-marking.py

This file was deleted.

0 comments on commit b563c36

Please sign in to comment.