diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-21 12:29:10 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-21 12:29:14 +0800 |
commit | 8464ca44dcf32777bd7126a91eb8337e37f231a0 (patch) | |
tree | 291dd7d0c4384f304f71c5a6fea42b4f60384c09 /usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html | |
parent | 633d406d8d02db606600a5ecc8f6dd2672fa64d8 (diff) |
feat: optimize e2e instance creation page code
Change-Id: I1014177f4bde31b9955ea59ef5c7a5171b6ad7a3
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html index c0953a90..0a753a30 100644 --- a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html +++ b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.html @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<!--<h3 class="title"> Services List </h3>--> + <div class="model creation-model"> <div class="top-title"> @@ -23,6 +23,7 @@ </div> </div> <div class="detaildata fl"> + <!--e2e detail data demonstration--> <div *ngIf="detailParams.serviceDomain == 'E2E Service'" class="baseparms clearfix"> <div class="vnf-box"> <h3> {{"i18nTextDefine_Base" | translate}} </h3> @@ -56,7 +57,7 @@ </ul> </div> </div> - + <!--e2e detail data demonstration--> <div *ngIf="detailParams.serviceDomain=='Network Service'" class="baseparms clearfix"> <div class="vnf-box"> <h3> {{"i18nTextDefine_Base" | translate}} </h3> @@ -93,7 +94,7 @@ </div> </div> - <!-- chart --> + <!--topo chart --> <div class="chart fr"> <div id="createChart"> <svg width="100%" height="100%"> |