summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.html2
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.less41
2 files changed, 22 insertions, 21 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.html b/usecaseui-portal/src/app/services/services-list/services-list.component.html
index 55551402..7f2f132f 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.html
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.html
@@ -130,7 +130,7 @@
<th nzWidth="5%"> {{"i18nTextDefine_NO" | translate}} </th>
<th nzWidth="5%"></th>
<th nzWidth="20%"> {{"i18nTextDefine_Name" | translate}} </th>
- <th nzWidth="20%"> {{"i18nTextDefine_Description" | translate}} </th>
+ <th nzWidth="20%"> {{"i18nTextDefine_InstanceID" | translate}} </th>
<th nzWidth="15%"> {{"i18nTextDefine_UseCase" | translate}} </th>
<th nzWidth="20%"> {{"i18nTextDefine_Status" | translate}} </th>
<th nzWidth="15%"> {{"i18nTextDefine_Action" | translate}} </th>
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.less b/usecaseui-portal/src/app/services/services-list/services-list.component.less
index b7499724..d45a2357 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.less
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.less
@@ -308,33 +308,34 @@ hr {
}
/*2019.01.14*/
.e2eColor,.nsColor,.ccvpnColor,.sotnColor,.voLTEColor{
- color: #3671AB;
+ //color: #3671AB;
width:120px;
height: 34px;
line-height: 34px;
margin-bottom: 0!important;
text-align: center;
- background:linear-gradient(131deg,rgba(147,196,255,1) 0%,rgba(120,241,226,1) 100%);
+ background:rgba(158, 158, 158, 0.38);
+ //background:linear-gradient(131deg,rgba(147,196,255,1) 0%,rgba(120,241,226,1) 100%);
border-radius:4px
}
-.nsColor{
- background:linear-gradient(135deg,rgba(253,187,127,1) 0%,rgba(250,215,153,1) 100%);
- border-radius:4px;
- color: #A16C39;
-}
-.ccvpnColor{
- background:linear-gradient(135deg,rgba(198,222,251,1) 0%,rgba(217,215,252,1) 100%);
- border-radius:4px;
- color: #7C74BB;
-}
-.sotnColor{
- background:rgba(201,243,239,1);
- border-radius:4px;
- color: #30B0A0;
-}
-.voLTEColor{
- background:rgba(201,243,239,1);
-}
+//.nsColor{
+// background:linear-gradient(135deg,rgba(253,187,127,1) 0%,rgba(250,215,153,1) 100%);
+// border-radius:4px;
+// color: #A16C39;
+//}
+//.ccvpnColor{
+// background:linear-gradient(135deg,rgba(198,222,251,1) 0%,rgba(217,215,252,1) 100%);
+// border-radius:4px;
+// color: #7C74BB;
+//}
+//.sotnColor{
+// background:rgba(201,243,239,1);
+// border-radius:4px;
+// color: #30B0A0;
+//}
+//.voLTEColor{
+// background:rgba(201,243,239,1);
+//}
.vnfColor,.siteColor,.SDWANColor{
color:rgba(60,79,140,0.5);
width:120px;