summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
diff options
context:
space:
mode:
authorphani.y <yellela.nagaphanindra@huawei.com>2020-03-25 15:42:53 +0530
committeryellela nagaphanindra <yellela.nagaphanindra@huawei.com>2020-03-25 11:01:03 +0000
commitdba6524875ebb7c0835d4eace5bc27c03763d4a1 (patch)
tree0974b6746f5f4fce7d06c5310373c178abd93974 /usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
parent5d6c30fdbfa3d4f15b702652c48107b413a73fff (diff)
Service Topology Changes3.0.1
Issue-ID: USECASEUI-419 Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com> Change-Id: I4f2d8a5a6309de92acd9384d499a285306036ebf
Diffstat (limited to 'usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html')
-rw-r--r--usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html b/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
index 39bfa1bf..3637d3c9 100644
--- a/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
+++ b/usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
@@ -29,15 +29,19 @@
<td>
<nz-select id="serviceInstance" class= "colm-s-2 " [(ngModel)]="selectedTopology" (ngModelChange)="getTopologyInfo($event)"
nzAllowClear nzPlaceHolder="Choose">
- <nz-option *ngFor="let option of serviceTopologyList" [nzValue]="option.topologyType" [nzLabel]="option.topologyType | translate"></nz-option>
+ <nz-option *ngFor="let option of serviceTopologyList" [nzValue]="option.topologyType" [nzLabel]="option.topologyType | translate" [nzDisabled]="option.topologyType == 'i18nTextDefine_resourceTopology'"></nz-option>
</nz-select>
</td>
</tr>
</table>
</div>
-
- <div class="flexDiv">
- <div id="mynetwork" class="colm-s-3"></div>
+ <div class="flexDiv">
+ <div class="topocontainer">
+ <div class="back-btn">
+ <button nz-button nzType="primary" (click)="onBack()" [disabled]="isdisabled">Back</button>
+ </div>
+ <div id="mynetwork" class="colm-s-3"></div>
+ </div>
<div class="colm-s-4"><div id="nodeDetails"></div></div>
</div>
</div> \ No newline at end of file