summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-12-18 15:16:39 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-12-18 15:16:43 +0800
commit1c006f9d6141e264961f0fed4cbd27b931580dd5 (patch)
tree84f97b998971a77be06ec268d631aaacba120669 /usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model
parent9d66a97004715bbeb4bc02a7fcbd8d7dea9ec55a (diff)
feat:Optimize page style of slicing management page
Change-Id: I3df19a4463a65116401c96c65000c63a5a22d699 Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model')
-rw-r--r--usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html10
-rw-r--r--usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.less3
2 files changed, 8 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html
index 336e11c6..ad4cb7f6 100644
--- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html
+++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.html
@@ -7,8 +7,8 @@
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>S-NSSAI</th>
- <th>Status</th>
+ <th width="90px">S-NSSAI</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
@@ -28,15 +28,15 @@
</tbody>
</nz-table>
</nz-list>
- <nz-list class="taskmodel_list" nzBordered [nzHeader]="'Related Slicing NSSI List :'" [nzFooter]="null">
+ <nz-list class="taskmodel_list taskmodel_list-margin" nzBordered [nzHeader]="'Related Slicing NSSI List :'" [nzFooter]="null">
<nz-table #nssiTable [nzData]="nssiList" [nzShowPagination]="false" nzHideOnSinglePage class="model-table-padding">
<thead>
<tr>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Environment Context</th>
- <th>Status</th>
+ <th width="85px">Context</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.less b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.less
index e69de29b..4e3fdb12 100644
--- a/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.less
+++ b/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nsi-management/nsi-model/nsi-model.component.less
@@ -0,0 +1,3 @@
+.taskmodel_list-margin{
+ margin-top: 20px;
+} \ No newline at end of file