summaryrefslogtreecommitdiffstats
path: root/alpine-netviz.js
diff options
context:
space:
mode:
authorDaniel Isaksen <d@duniel.no>2018-12-06 15:29:39 +0100
committerDaniel Isaksen <d@duniel.no>2018-12-06 15:29:39 +0100
commit764a9dd9fedc48499517f07eb455b751149669e8 (patch)
treeb9a61b19725518b8f5564b420a06ab35d6e5b201 /alpine-netviz.js
parent1090ff5a28a8ef97a3e1dc6146268585d9e9a055 (diff)
downloadalpine-netviz-764a9dd9fedc48499517f07eb455b751149669e8.tar.bz2
alpine-netviz-764a9dd9fedc48499517f07eb455b751149669e8.tar.xz
remove materialize, use Font Awesome instead
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"
}
}
}