diff options
author | yxpoke <yangxu5@huawei.com> | 2020-05-24 22:56:59 +0800 |
---|---|---|
committer | yxpoke <yangxu5@huawei.com> | 2020-05-24 22:56:59 +0800 |
commit | e9d4fc1e6ea5f43811d068db48c3f6847cf0dd66 (patch) | |
tree | 40a207daa0023b72eac2bd49cf4720bee3e16768 /ONAP_Information_Model/StyleSheets/CompartmentRestrictions.css | |
parent | 22c62c7e71dfe90b18c27d37b3a7943e9b9186f6 (diff) |
R6 Model Spec Update
Change-Id: I569b33a64bbae425eaec5fa939c57f69ea7e1ed8
Issue-ID: MODELING-363
Signed-off-by: yxpoke <yangxu5@huawei.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..0372964 --- /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 |