summaryrefslogtreecommitdiffstats
path: root/alpine-netviz.js
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-netviz.js')
-rw-r--r--alpine-netviz.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/alpine-netviz.js b/alpine-netviz.js
index 8b1f710..d84ed35 100644
--- a/alpine-netviz.js
+++ b/alpine-netviz.js
@@ -149,12 +149,19 @@ jQuery(document).ready(function($) {
},
groups: {
virtual_machines: {
+ shape: "icon",
+ icon: {
+ face: "FontAwesome",
+ code: "\uF233",
+ color: "#0074D9"
+ }
},
clusters: {
shape: "icon",
icon: {
- face: "Material Icons",
- code: "\uE2BD",
+ face: "FontAwesome",
+ code: "\uF0C2",
+ color: "#FF851B"
}
}
}