diff options
author | jjewitt58 <jessie.jewitt@oamtechnologies.com> | 2019-01-30 09:57:47 -0800 |
---|---|---|
committer | jjewitt58 <jessie.jewitt@oamtechnologies.com> | 2019-01-30 09:57:47 -0800 |
commit | d9803366c0315b8d9c2f313ebe8eee4711db220f (patch) | |
tree | e7fc15754cb06225498e68d417c5eefe994d5d03 /ONAP Information Model/StyleSheets/CompartmentRestrictions.css | |
parent | a3802313becb768b9a89887a9453a7de65d96f7f (diff) |
Add ONAP IM to Master Branch
Issue-ID: MODELING-104
Change-Id: Ia0a0aaa7d0cc3f0d3dc8f92fdb1d05b095ab16fc
Signed-off-by: jjewitt58 <jessie.jewitt@oamtechnologies.com>
Diffstat (limited to 'ONAP Information Model/StyleSheets/CompartmentRestrictions.css')
-rw-r--r-- | ONAP Information Model/StyleSheets/CompartmentRestrictions.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ONAP Information Model/StyleSheets/CompartmentRestrictions.css b/ONAP Information Model/StyleSheets/CompartmentRestrictions.css new file mode 100644 index 0000000..f70f23f --- /dev/null +++ b/ONAP Information Model/StyleSheets/CompartmentRestrictions.css @@ -0,0 +1,11 @@ +Class > Compartment[kind="nestedclassifiers"] {
+ visible:false;
+}
+
+Class > Compartment[kind="operations"] {
+ visible:false;
+}
+
+DataType > Compartment[kind="operations"] {
+ visible:false;
+}
\ No newline at end of file |