Updated logo, centered table warning, commented service

pull/7/head
Rashid Khan 12 years ago
parent 3e39dc8003
commit e290f74d8b
  1. BIN
      common/img/kibana.png
  2. 1
      js/services.js
  3. 2
      panels/table/module.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

@ -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();
}

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

Loading…
Cancel
Save