Removed panel title hide feature I added yesterday, could not get it right right now.
This commit is contained in:
@@ -24,7 +24,7 @@ function (angular, $, _, PanelBaseCtrl) {
|
||||
'</div>' +
|
||||
'</div>\n' +
|
||||
|
||||
'<div class="row-fluid panel-extra" ng-hide="panel.hide_title">' +
|
||||
'<div class="row-fluid panel-extra">' +
|
||||
'<div class="panel-extra-container">' +
|
||||
|
||||
'<span class="panel-loading" ng-show="panelMeta.loading == true">' +
|
||||
|
||||
@@ -7,9 +7,5 @@
|
||||
<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>
|
||||
</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>
|
||||
@@ -147,7 +147,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dashboard-fullscreen .container-fluid.main {
|
||||
height: 0px;
|
||||
width: 0px;
|
||||
|
||||
Reference in New Issue
Block a user