mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #294 from rashidkpc/master
Updated logo, centered table warning, commented service
This commit is contained in:
commit
15639ec08b
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…
Reference in New Issue
Block a user