fix UUID problem with projects and roles; removed bower

Change-Id: Icd02c3e4a1ec080bdb00ebdffaf65d1eb2708fd5
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/instancehandler/template/instance_topology_view.html b/instancehandler/template/instance_topology_view.html
index 5f52d72..1c27584 100644
--- a/instancehandler/template/instance_topology_view.html
+++ b/instancehandler/template/instance_topology_view.html
@@ -56,7 +56,7 @@
 {% block resource_block %}
     {{ block.super }}
     <!-- d3.js -->
-    <script src="/static/bower_components/d3/d3.js"></script>
+    <script src="/static/node_modules/d3/build/d3.js"></script>
 
     <!-- TopologyComposer D3 -->
     <script src="/static/TopologyComposer/js/event.js"></script>