removed legacy date js, added option to expand table instead of scroll, made default in default dashboard

This commit is contained in:
Rashid Khan
2013-05-23 10:45:59 -07:00
parent 1d015e9e04
commit 6f7ab40e4d
6 changed files with 12 additions and 279 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<i bs-modal="'partials/modal.html'" class="icon-eye-open"></i>
</span>
<div style="height:{{panel.height || row.height}};overflow-y:auto;overflow-x:auto">
<div style="{{panel.overflow}}:{{panel.height || row.height}};overflow-y:auto;overflow-x:auto">
<div class="row-fluid" ng-show="panel.paging">
<div class="span1 offset1" style="text-align:right">
<i ng-click="panel.offset = 0" ng-show="panel.offset > 0" class='icon-circle-arrow-left pointer'></i>