21 lines
738 B
HTML
21 lines
738 B
HTML
|
<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>
|