From 101b12d912d241ef533080f980e61a6fb964141a Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Fri, 19 Jul 2019 11:52:33 +0200 Subject: [roomplanner] Make client tooltip more readable --- modules-available/roomplanner/clientscript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/roomplanner/clientscript.js') diff --git a/modules-available/roomplanner/clientscript.js b/modules-available/roomplanner/clientscript.js index 823c212a..826935a3 100644 --- a/modules-available/roomplanner/clientscript.js +++ b/modules-available/roomplanner/clientscript.js @@ -48,9 +48,9 @@ function renderMachineEntry(item, escape) { + '
' + '
' + escape(item.hostname) + extraText + '
' + ' ' - + '' - + '' + '' + + '' + + '' + '
UUID: ' + escape(item.machineuuid) + '
MAC: ' + escape(item.macaddr) + '
IP: ' + escape(item.clientip) + '
MAC: ' + escape(item.macaddr) + '
UUID: ' + escape(item.machineuuid) + '
' + '
' + ''; -- cgit v1.2.3-55-g7522