X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fsdn-controller%2Fsdn-controller-details%2FSDNControllerDetailsComponent.ts;h=589f13effb239916c6320ce3fda6d99882d808b0;hb=refs%2Fchanges%2F65%2F10565%2F9;hp=125d0f4f47951c3457bfc45dbc4fcc431262070d;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.ts b/src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.ts index 125d0f4..589f13e 100644 --- a/src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.ts +++ b/src/app/sdn-controller/sdn-controller-details/SDNControllerDetailsComponent.ts @@ -172,8 +172,7 @@ export class SDNControllerDetailsComponent implements OnInit, OnDestroy { } } }, - ip: { title: this.translateService.instant('IP'), width: '15%' }, - port: { title: this.translateService.instant('PORT'), width: '15%' }, + url: { title: this.translateService.instant('URL'), width: '30%' }, Actions: { name: 'Action', width: '5%', filter: false, sort: false, type: 'custom', title: this.translateService.instant('ACTIONS'), @@ -201,8 +200,7 @@ export class SDNControllerDetailsComponent implements OnInit, OnDestroy { identifier: sdn._id, type: sdn.type, operationalState: sdn._admin.operationalState, - ip: sdn.ip, - port: sdn.port + url: sdn.url }; }