commit | 4df9a925fbd54ab5757b34c91a558371ad884e5a | [log] [tgz] |
---|---|---|
author | golabek <tomasz.golabek@nokia.com> | Wed Jul 24 10:38:17 2019 +0200 |
committer | golabek <tomasz.golabek@nokia.com> | Wed Jul 24 10:38:17 2019 +0200 |
tree | 78d21108bc7bc185eede634ce77180b01914a48a | |
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>
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 6e05690..ceccb0a 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>