From 1090ff5a28a8ef97a3e1dc6146268585d9e9a055 Mon Sep 17 00:00:00 2001 From: Daniel Isaksen Date: Thu, 6 Dec 2018 15:16:11 +0100 Subject: testing icons for clusters --- alpine-netviz.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'alpine-netviz.js') 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); }); -- cgit v1.2.3