From 40afdde86f8b9369c2f3e1ef73176c347ccef5f6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 1 Jul 2017 14:00:54 +0200 Subject: show destination in dashboard --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f8d1c56..7476a3e 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@ "/topic/player.".length); else name = "global"; - notif(msg.body, "grey"); + notif(`(${msg.headers.destination}) ${msg.body}`, "grey"); switch (msg.body) { case "search_fail": notif(name + ": not found", "red"); break; -- cgit v1.3.1