ux(): progress on row ux

This commit is contained in:
Torkel Ödegaard
2016-10-28 13:36:27 +02:00
parent 517ebfaf6d
commit f1a44ad090
5 changed files with 80 additions and 92 deletions

View File

@@ -1,8 +1,7 @@
<div dash-class ng-if="dashboard">
<div dash-class ng-if="dashboard" >
<dashnav></dashnav>
<div class="dashboard-container">
<div dash-editor-view></div>
<dashboard-search></dashboard-search>
<div class="clearfix"></div>
@@ -11,9 +10,8 @@
<div class="clearfix"></div>
<dash-row class="dash-row" ng-repeat="row in dashboard.rows" row="row" dashboard="dashboard">
<dash-row class="dash-row" ng-repeat="row in dashboard.rows" row="row" dashboard="dashboard" row-height>
</dash-row>
</div>
<div ng-show='dashboardMeta.canEdit' class="row-fluid add-row-panel-hint" ng-hide="dashboard.meta.fullscreen">