Commit 49492e7b by Torkel Ödegaard

Removed panel title hide feature I added yesterday, could not get it right right now.

parent bd0e96f1
...@@ -24,7 +24,7 @@ function (angular, $, _, PanelBaseCtrl) { ...@@ -24,7 +24,7 @@ function (angular, $, _, PanelBaseCtrl) {
'</div>' + '</div>' +
'</div>\n' + '</div>\n' +
'<div class="row-fluid panel-extra" ng-hide="panel.hide_title">' + '<div class="row-fluid panel-extra">' +
'<div class="panel-extra-container">' + '<div class="panel-extra-container">' +
'<span class="panel-loading" ng-show="panelMeta.loading == true">' + '<span class="panel-loading" ng-show="panelMeta.loading == true">' +
......
...@@ -7,9 +7,5 @@ ...@@ -7,9 +7,5 @@
<div class="editor-option" ng-hide="panel.sizeable == false"> <div class="editor-option" ng-hide="panel.sizeable == false">
<label class="small">Span</label> <select class="input-mini" ng-model="panel.span" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select> <label class="small">Span</label> <select class="input-mini" ng-model="panel.span" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select>
</div> </div>
<div class="editor-option">
<label class="small">Hide title</label>
<input type="checkbox" ng-model="panel.hide_title" ng-checked="panel.hide_title">
</div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -147,7 +147,6 @@ ...@@ -147,7 +147,6 @@
} }
} }
.dashboard-fullscreen .container-fluid.main { .dashboard-fullscreen .container-fluid.main {
height: 0px; height: 0px;
width: 0px; width: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment