Non-layout-killing debug button ("count watchers")
This commit is contained in:
parent
1bf6f98bde
commit
0ae4d388ff
|
@ -133,6 +133,12 @@ input[type=text], input[type=password], .badge {
|
||||||
#topbar .brand img {
|
#topbar .brand img {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
#topbar .brand button {
|
||||||
|
position: absolute;
|
||||||
|
line-height: 15px;
|
||||||
|
font-size: 9pt;
|
||||||
|
margin-left: 10px
|
||||||
|
}
|
||||||
#topbar .title {
|
#topbar .title {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 145px; /* sidebar */
|
left: 145px; /* sidebar */
|
||||||
|
|
|
@ -170,8 +170,8 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
||||||
<a href="#" data-target="#sidebar" data-toggle="collapse">
|
<a href="#" data-target="#sidebar" data-toggle="collapse">
|
||||||
<img alt="brand" src="img/favicon.png" title="Connected to {{ host }}:{{ port}}">
|
<img alt="brand" src="img/favicon.png" title="Connected to {{ host }}:{{ port}}">
|
||||||
</a>
|
</a>
|
||||||
|
<button ng-show="debugMode" ng-click="countWatchers()">Count<br />Watchers</button>
|
||||||
</div>
|
</div>
|
||||||
<button ng-show="debugMode" ng-click="countWatchers()">Count Watchers</button>
|
|
||||||
<div class="title" ng-bind-html="activeBuffer().title | linky:'_blank'"></div>
|
<div class="title" ng-bind-html="activeBuffer().title | linky:'_blank'"></div>
|
||||||
<div class="actions pull-right vertical-line-left">
|
<div class="actions pull-right vertical-line-left">
|
||||||
<div class="dropdown pull-left">
|
<div class="dropdown pull-left">
|
||||||
|
|
Loading…
Reference in New Issue