diff options
author | golabek <tomasz.golabek@nokia.com> | 2019-07-24 10:38:17 +0200 |
---|---|---|
committer | golabek <tomasz.golabek@nokia.com> | 2019-07-24 10:38:17 +0200 |
commit | 4df9a925fbd54ab5757b34c91a558371ad884e5a (patch) | |
tree | 78d21108bc7bc185eede634ce77180b01914a48a /vid-app-common/src/main/webapp/app | |
parent | bfcf8e43eab481162f41eb5076a7bf7c67f0ad22 (diff) |
Remove dissociate button
Removed dissociate button for macro services with pnfs
Change-Id: I7e839b6d352793012b5dde1d19128decdfb4412c
Issue-ID: VID-520
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm index 6e0569059..ceccb0af9 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm @@ -492,8 +492,7 @@ <li ng-repeat="pnf in pnfs" ui-tree-node>
<div ui-tree-handle class="tree-node tree-node-content">
PNF: {{pnf}}
-
- <a class="dissociate-pnf pull-right btn btn-primary btn-xs" data-nodrag
+ <a ng-if="isMacro()===false" class="dissociate-pnf pull-right btn btn-primary btn-xs" data-nodrag
ng-click="dissociatePnf(pnf)" style="margin-right: 8px;">
<span>Dissociate</span>
</a>
|