diff options
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%"> |