salix/modules/worker/front/descriptor/index.html

21 lines
738 B
HTML
Raw Normal View History

2019-01-28 15:24:45 +00:00
<div class="vn-descriptor">
<vn-horizontal class="header">
<a translate-attr="{title: 'Return to module index'}" ui-sref="worker.index">
<vn-icon icon="chevron_left"></vn-icon>
</a>
<a translate-attr="{title: 'Preview'}" ui-sref="worker.card.summary({id: $ctrl.worker.id})">
<vn-icon icon="desktop_windows"></vn-icon>
</a>
<span></span>
</vn-horizontal>
<div class="body">
<vn-one>
<vn-label-value label="Id"
value="{{$ctrl.worker.id}}">
</vn-label-value>
<vn-label-value label="Name"
value="{{$ctrl.worker.name}}">
</vn-label-value>
</vn-one>
</div>
</div>