summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-07-01 14:00:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-07-01 14:00:54 +0200
commit40afdde86f8b9369c2f3e1ef73176c347ccef5f6 (patch)
tree59ec05dd277417f829e82ae8733a7ac79a730692
parentff10b77a22d325b0a98572a30825abefcc3db67c (diff)
downloadbridge-40afdde86f8b9369c2f3e1ef73176c347ccef5f6.tar.gz
bridge-40afdde86f8b9369c2f3e1ef73176c347ccef5f6.zip
show destination in dashboardrelease/2.9.0
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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;