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>