From de224d94b5954d384a4e5b7b4b36ca350ed0d96c Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Tue, 17 Dec 2019 14:40:49 +0100 Subject: Revert "[roomplanner] Make client tooltip more readable" This reverts commit 101b12d912d241ef533080f980e61a6fb964141a. Was not included in 3.8b release --- modules-available/roomplanner/js/init.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules-available/roomplanner/js/init.js') diff --git a/modules-available/roomplanner/js/init.js b/modules-available/roomplanner/js/init.js index 79f8e17e..7cada0dd 100644 --- a/modules-available/roomplanner/js/init.js +++ b/modules-available/roomplanner/js/init.js @@ -6,10 +6,10 @@ function initRoomplanner() { $('#drawarea').css('left',(-roomplanner.settings.scale*10)+'px'); roomplanner.computerAttributes = [ - "hostname", - "ip", - "mac_address", - "muuid" + "muuid", + "mac_address", + "ip", + "hostname" ]; $("#loadButton").click(function() { @@ -66,11 +66,11 @@ function initRoomplanner() { } var translation = { - "muuid" : "UUID", - "mac_address" : "MAC", - "ip" : "IP", - "hostname": "Hostname", - + "muuid" : "Machine UUID", + "mac_address" : "MAC Adresse", + "ip" : "IP Adresse", + "hostname": "Rechnername", + "wall-horizontal" : "Wand (horizontal)", "wall-vertical" : "Mauer (vertikal)", "window-horizontal" : "Fenster", -- cgit v1.2.3-55-g7522