From f7911c0e140e7b2a8ff117217e4875fa693d59cf Mon Sep 17 00:00:00 2001
From: leoborn <born.leo@gmx.de>
Date: Tue, 23 Jul 2019 15:52:41 +0200
Subject: [PATCH] [vissuite] Added label for node types

---
 visualization/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/visualization/index.html b/visualization/index.html
index 911df15..b410b80 100644
--- a/visualization/index.html
+++ b/visualization/index.html
@@ -185,6 +185,7 @@
                                 <li><label class="checkbox-inline"><input type="checkbox" ng-model="vissettings.physicsEnabled" ng-change="togglePhysics();"> Enable physics</label></li>
                                 <li><label class="checkbox-inline"><input type="checkbox" ng-model="vissettings.networkLocked" ng-change="toggleNetworkLock();"> Lock network</label></li>
                                 <hr class="style-one" />
+                                <li><b>Node types</b>:</li>
                                 <li ng-repeat="(k,v) in node_shape_mapping"><div class="circle-container wrap"><b>{{k}} (count: {{node_type_to_counts[k] || 0 }})</b>: {{v}} <span class="circle" ng-style="{'background-color':node_color_mapping[k].background}"></span> <button class="btn btn-xs btn-primary" ng-click="highlightNodeType(k)">highlight</button>  <button ng-if="k=='Description'" class="btn btn-xs btn-danger" ng-click="dropDescriptionNodes()">drop</button></div></li>
                                 <hr class="style-one" />
                                 <li>Minimum count of connections for persons:
-- 
GitLab