diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-08-16 01:54:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-16 01:54:59 +0000 |
commit | e86d393096599044ba5a6a42ad386c9990d61501 (patch) | |
tree | 81bd4b9e44be90c0cd2aa94717586081c22c7908 /usecaseui-portal/src/app/services | |
parent | 7bf9e819890a3bbf5d36ba6d5f36e93afa55588d (diff) | |
parent | bed34b02106cb0cbfc1584a134384c098c6acfbf (diff) |
Merge "date based comments removed"
Diffstat (limited to 'usecaseui-portal/src/app/services')
-rw-r--r-- | usecaseui-portal/src/app/services/services-list/services-list.component.html | 6 | ||||
-rw-r--r-- | usecaseui-portal/src/app/services/services-list/services-list.component.less | 29 |
2 files changed, 5 insertions, 30 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 969898a3..1370f4bf 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 @@ -246,7 +246,7 @@ </nz-select> </div> </div> - <!--2019.05.09 add Scale notification--> + <ng-template #templatescalestarting > <div class="ant-notification-notice-content"> <div class="ant-notification-notice-with-icon"> @@ -309,7 +309,7 @@ [(ngModel)]="gracefulTerminationTimeout"> </div> </div> - <!--2019.05.09 add delete notification--> + <ng-template #templatedeletestarting > <div class="ant-notification-notice-content"> <div class="ant-notification-notice-with-icon"> @@ -408,7 +408,7 @@ </nz-select> </div> </div> - <!--2019.05.09 add heal notification--> + <ng-template #templatehealstarting > <div class="ant-notification-notice-content"> <div class="ant-notification-notice-with-icon"> 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 7f23ac8b..fcb70b82 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 @@ -130,7 +130,6 @@ hr { } .create:hover{ background:#09C6E2; - //background:linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; } } @@ -146,17 +145,14 @@ hr { float: left; background:url("../../../assets/images/servicelist-e2e.png") no-repeat; background-size: 100% 100%; - //background:linear-gradient(90deg,rgba(16,174,222,1) 0%,rgba(43,206,202,1) 100%); border-radius:2px; } .top-num .top-list:nth-child(2){ background:url("../../../assets/images/servicelist-e2e.png") no-repeat; - //background:url("../../../assets/images/servicelist-ns.png") no-repeat; background-size: 100% 100%; } .top-num .top-list:nth-child(3){ background:url("../../../assets/images/servicelist-e2e.png") no-repeat; - //background:url("../../../assets/images/servicelist-sotn.png") no-repeat; background-size: 100% 100%; } .top-num .top-list:nth-child(4){ @@ -333,7 +329,6 @@ hr { height: 100vh; background-color: #f3f3f3; overflow-y: auto; - //padding: 20px 32px; z-index: 3; } .createComponent { @@ -344,39 +339,19 @@ hr { height: 100vh; background-color: #F7F8FC; overflow-y: auto; - //padding: 20px 32px; z-index: 3; } -/*2019.01.14*/ + .e2eColor,.nsColor,.ccvpnColor,.sotnColor,.voLTEColor{ - //color: #3671AB; width:120px; height: 34px; line-height: 34px; margin-bottom: 0!important; text-align: center; 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); -//} + .vnfColor,.siteColor,.SDWANColor{ color:rgba(60,79,140,0.5); width:120px; |