2020-03-09 08:00:03 +00:00
|
|
|
<vn-card class="summary">
|
2020-11-23 12:41:51 +00:00
|
|
|
<h5>
|
2021-01-12 09:11:37 +00:00
|
|
|
<a
|
|
|
|
ng-if="::summary.id"
|
2020-11-23 12:41:51 +00:00
|
|
|
vn-tooltip="Go to the user"
|
|
|
|
ui-sref="account.card.summary({id: {{::summary.id}}})"
|
|
|
|
name="goToSummary">
|
|
|
|
<vn-icon-button icon="launch"></vn-icon-button>
|
|
|
|
</a>
|
|
|
|
<span>{{summary.id}} - {{summary.nickname}}</span>
|
|
|
|
</h5>
|
2020-03-09 08:00:03 +00:00
|
|
|
<vn-horizontal class="vn-pa-md">
|
|
|
|
<vn-one>
|
2021-01-12 06:39:12 +00:00
|
|
|
<h4 ng-show="$ctrl.isHr">
|
2021-01-11 09:36:20 +00:00
|
|
|
<a
|
2021-01-12 09:11:37 +00:00
|
|
|
ui-sref="account.card.basicData({id:summary.id})"
|
|
|
|
target="_self">
|
2021-01-11 09:36:20 +00:00
|
|
|
<span translate vn-tooltip="Go to">Basic Data</span>
|
2021-01-08 14:43:33 +00:00
|
|
|
</a>
|
|
|
|
</h4>
|
2021-01-12 06:39:12 +00:00
|
|
|
<h4
|
2021-01-12 09:11:37 +00:00
|
|
|
translate
|
|
|
|
ng-show="!$ctrl.isHr">
|
|
|
|
Basic Data
|
2021-01-12 06:39:12 +00:00
|
|
|
</h4>
|
2020-03-09 08:00:03 +00:00
|
|
|
<vn-label-value
|
|
|
|
label="Id"
|
|
|
|
value="{{summary.id}}">
|
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value
|
|
|
|
label="User"
|
|
|
|
value="{{summary.name}}">
|
|
|
|
</vn-label-value>
|
|
|
|
<vn-label-value
|
|
|
|
label="Role"
|
|
|
|
value="{{summary.role.name}}">
|
|
|
|
</vn-label-value>
|
|
|
|
</vn-one>
|
|
|
|
</vn-horizontal>
|
|
|
|
</vn-card>
|