Added legend
diff --git a/gui/ngXosViews/serviceTopology/src/templates/topology_canvas.tpl.html b/gui/ngXosViews/serviceTopology/src/templates/topology_canvas.tpl.html
index 4c992b1..aef5014 100644
--- a/gui/ngXosViews/serviceTopology/src/templates/topology_canvas.tpl.html
+++ b/gui/ngXosViews/serviceTopology/src/templates/topology_canvas.tpl.html
@@ -1,30 +1,6 @@
-<select class="form-control subscriber-select" ng-options="s as s.name for s in vm.subscribers" ng-model="vm.selectedSubscriber" ng-change="vm.getServiceChain(vm.selectedSubscriber)">
-    <option value="">Select a subscriber...</option>
-</select>
-<!--<div class="service-details">-->
-    <!--<div class="service-slices animate" ng-hide="vm.slices.length == 0">-->
-        <!--<div class="panel panel-info">-->
-            <!--<div class="panel-heading">-->
-                <!--Slices for service:-->
-                <!--<h3 class="panel-title">{{vm.selectedService.name}}</h3>-->
-            <!--</div>-->
-            <!--<ul class="list-group">-->
-                <!--<li class="list-group-item" ng-repeat="slice in vm.slices" ng-click="vm.getInstances(slice)" ng-class="{active: slice.id === vm.selectedSlice.id}">-->
-                    <!--{{slice.humanReadableName}}-->
-                <!--</li>-->
-            <!--</ul>-->
-        <!--</div>-->
-    <!--</div>-->
-    <!--<div class="service-instances animate" ng-hide="vm.instances.length == 0">-->
-        <!--<div class="panel panel-warning">-->
-            <!--<div class="panel-heading">-->
-                <!--Instances:-->
-            <!--</div>-->
-            <!--<ul class="list-group">-->
-                <!--<li class="list-group-item" ng-repeat="instance in vm.instances">-->
-                    <!--{{instance.humanReadableName}}-->
-                <!--</li>-->
-            <!--</ul>-->
-        <!--</div>-->
-    <!--</div>-->
-<!--</div>-->
\ No newline at end of file
+<div class="subscriber-select">
+    Select a subscriber:
+    <select class="form-control" ng-options="s as s.name for s in vm.subscribers" ng-model="vm.selectedSubscriber" ng-change="vm.getServiceChain(vm.selectedSubscriber)">
+        <option value="">Select a subscriber...</option>
+    </select>
+</div>
\ No newline at end of file