Commit 15639ec0 by Rashid Khan

Merge pull request #294 from rashidkpc/master

Updated logo, centered table warning, commented service
parents 11199e1d e290f74d

5.79 KB | W: | H:

7.19 KB | W: | H:

common/img/kibana.png
common/img/kibana.png
common/img/kibana.png
common/img/kibana.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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">
......
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