From 08fd89284ee8709c43f29bdf65b3c03ea3781726 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sun, 27 Oct 2013 04:02:52 -0400 Subject: [PATCH] Display host:port in top right corner when connected Closes #69 --- css/glowingbear.css | 10 ++++++++++ index.html | 1 + 2 files changed, 11 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index f28085e..ea2909c 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -192,6 +192,16 @@ input[type=text], input[type=password], .badge { padding: 0; margin: 0; } + +#connection-infos { + float: left; + max-width: 10%; + padding-left: 5px; + font-size: 12px; + color: #aaa; + overflow: hidden; +} + .nav-pills > li > a { border-radius: 0; color: #ddd; diff --git a/index.html b/index.html index 1530c78..f03bcaa 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
brand
+
{{ host }}:{{ port }}
{{ activeBuffer().title}}