From 0f7792bc27da0ae5c6bfc52fe7e8e97bfd7958d5 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Mon, 9 Jun 2014 14:58:48 -0400 Subject: [PATCH] ui: show session name if there is one --- ui/index.html | 2 +- ui/javascripts/app/helpers.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index b5d241732a..2c51e33a92 100644 --- a/ui/index.html +++ b/ui/index.html @@ -501,7 +501,7 @@
- {{session.ID}} + {{ sessionName session }}