2021-10-22 13:01:54 +00:00
|
|
|
<div class="vn-pa-md">
|
|
|
|
<div></div> <!-- transcluded actions -->
|
|
|
|
<vn-horizontal>
|
|
|
|
<div class="actions-left">
|
|
|
|
<vn-button icon="view_column"
|
|
|
|
ng-click="$broadcast('displaySearch')"
|
|
|
|
vn-tooltip="Shown columns">
|
|
|
|
</vn-button>
|
|
|
|
</div>
|
|
|
|
<div class="actions">
|
|
|
|
<vn-button icon="search"
|
|
|
|
ng-click="$broadcast('displaySearch')"
|
|
|
|
vn-tooltip="Search">
|
|
|
|
</vn-button>
|
|
|
|
<div class="button-group">
|
|
|
|
<vn-button icon="add"
|
|
|
|
ng-click="$broadcast('addRow')"
|
|
|
|
vn-tooltip="Add new row">
|
|
|
|
</vn-button>
|
|
|
|
<vn-button icon="delete"
|
|
|
|
ng-click="$broadcast('addRow')"
|
|
|
|
vn-tooltip="Remove selected rows">
|
|
|
|
</vn-button>
|
|
|
|
<vn-button icon="save"
|
2021-10-22 13:41:44 +00:00
|
|
|
ng-click="$ctrl.save()"
|
2021-10-22 13:01:54 +00:00
|
|
|
vn-tooltip="Save data">
|
|
|
|
</vn-button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="button-group">
|
|
|
|
<vn-button icon="refresh"
|
|
|
|
ng-click="$ctrl.model.refresh()"
|
|
|
|
vn-tooltip="Refresh">
|
|
|
|
</vn-button>
|
|
|
|
<vn-button icon="more_vert"
|
|
|
|
ng-click="moreOptions.show($event)"
|
|
|
|
vn-tooltip="More">
|
|
|
|
</vn-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</vn-horizontal>
|
|
|
|
|
|
|
|
<div class="body"></div>
|
|
|
|
</div>
|