summaryrefslogtreecommitdiffstats
path: root/alpine-netviz.js
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-netviz.js')
-rw-r--r--alpine-netviz.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/alpine-netviz.js b/alpine-netviz.js
index 0357fba..8b1f710 100644
--- a/alpine-netviz.js
+++ b/alpine-netviz.js
@@ -147,7 +147,17 @@ jQuery(document).ready(function($) {
edges: {
width: 2
},
- groups: {}
+ groups: {
+ virtual_machines: {
+ },
+ clusters: {
+ shape: "icon",
+ icon: {
+ face: "Material Icons",
+ code: "\uE2BD",
+ }
+ }
+ }
},
network = new vis.Network(container, data, options);
});