Przeglądaj źródła

Updated logo, centered table warning, commented service

Rashid Khan 12 lat temu
rodzic
commit
e290f74d8b
3 zmienionych plików z 2 dodań i 1 usunięć
  1. BIN
      common/img/kibana.png
  2. 1 0
      js/services.js
  3. 1 1
      panels/table/module.html

BIN
common/img/kibana.png


+ 1 - 0
js/services.js

@@ -545,6 +545,7 @@ angular.module('kibana.services', [])
     querySrv.init();
     filterSrv.init();
 
+    // If there's an index interval set and no existing time filter, send a refresh to set one
     if(dashboard.index.interval !== 'none' && filterSrv.idsByType('time').length === 0) {
       self.refresh();
     }

+ 1 - 1
panels/table/module.html

@@ -39,7 +39,7 @@
           <i ng-click="panel.offset = (panel.offset + panel.size)" ng-show="data.length > panel.offset+panel.size" class='icon-arrow-right pointer'></i>
         </div>
       </div>
-      <div class="small" ng-show="panel.fields.length == 0">No columns configured. You may want to select some from the list on the left. </div>
+      <div class="small" ng-show="panel.fields.length == 0"><center>No columns configured. You may want to select some from the list on the left.</center></div>
       <table class="table-hover table table-condensed" ng-style="panel.style">
         <thead ng-show="panel.header">