22 lines
728 B
HTML
22 lines
728 B
HTML
<div class="vn-descriptor">
|
|
<div class="header">
|
|
<a translate-attr="{title: 'Return to module index'}" ui-sref="entry.index">
|
|
<vn-icon icon="chevron_left"></vn-icon>
|
|
</a>
|
|
<a translate-attr="{title: 'Preview'}" ui-sref="entry.card.summary({id: $ctrl.entry.id})">
|
|
<vn-icon icon="desktop_windows"></vn-icon>
|
|
</a>
|
|
<span></span>
|
|
</div>
|
|
<div class="body">
|
|
<div class="attributes">
|
|
<vn-label-value label="Id"
|
|
value="{{$ctrl.entry.id}}">
|
|
</vn-label-value>
|
|
<vn-label-value label="Reference"
|
|
value="{{$ctrl.entry.ref}}">
|
|
</vn-label-value>
|
|
</div>
|
|
</div>
|
|
</div>
|