mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 03:30:51 +01:00
5 lines
285 B
HTML
5 lines
285 B
HTML
<ng-switch on="vm.editMode">
|
|
<span ng-switch-default>//vm.currentRole.name//</span>
|
|
<select ng-switch-when="true" ng-model="vm.currentRole" ng-options="role as role.name for role in vm.roles track by role.roleName" ng-click="vm.selectRole(vm.currentRole)">
|
|
</select>
|
|
</ng-switch> |