Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
49492e7bca

+ 1 - 1
src/app/directives/kibanaPanel.js

@@ -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">' +

+ 0 - 4
src/app/partials/panelgeneral.html

@@ -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>

+ 0 - 1
src/css/less/grafana.less

@@ -147,7 +147,6 @@
   }
 }
 
-
 .dashboard-fullscreen .container-fluid.main {
   height: 0px;
   width: 0px;