-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1161 from sandialabs/mna-marking
updated MNA marking
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file was deleted.
Oops, something went wrong.