From 764a9dd9fedc48499517f07eb455b751149669e8 Mon Sep 17 00:00:00 2001 From: Daniel Isaksen Date: Thu, 6 Dec 2018 15:29:39 +0100 Subject: remove materialize, use Font Awesome instead --- alpine-netviz.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'alpine-netviz.js') 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" } } } -- cgit v1.2.3