|
@@ -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>
|
|
<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>
|
|
</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">
|
|
<table class="table-hover table table-condensed" ng-style="panel.style">
|
|
|
<thead ng-show="panel.header">
|
|
<thead ng-show="panel.header">
|
|
|
|
|
|