remove connection infos from title bar
I find the connection info very displeasing to the eye, so I removed it and added it to a hover on the icon instead. I don't see the point of displaying where you are connected, and I want the interface to be uncluttered by default.
This commit is contained in:
parent
f7b0b6fffe
commit
c2ce47e217
1 changed files with 1 additions and 2 deletions
|
@ -150,9 +150,8 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
|||
<div class="content" ng-show="connected">
|
||||
<div id="topbar" class="horizontal-line">
|
||||
<div class="brand">
|
||||
<img alt="brand" src="img/favicon.png">
|
||||
<img alt="brand" src="img/favicon.png" title="Connected to {{ host }}:{{ port}}">
|
||||
</div>
|
||||
<div id="connection-infos" class="monospace">{{ host }}:{{ port }}</div>
|
||||
<div class="title" ng-bind-html="activeBuffer().title | linky:'_blank'"></div>
|
||||
<div class="actions pull-right vertical-line-left">
|
||||
<div class="dropdown pull-left">
|
||||
|
|
Loading…
Reference in a new issue