Skip to content

Commit

Permalink
feat(nutanix): use iam displayname for node
Browse files Browse the repository at this point in the history
ref: MANAGER-16065

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Jan 8, 2025
1 parent fdec1f1 commit cfd9ae4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<!-- name -->
<oui-tile-definition
term="{{:: 'server_configuration_displayname' | translate }}"
description="{{ $ctrl.server.displayName }}"
description="{{ $ctrl.server.iam.displayName }}"
>
<oui-action-menu
data-ng-if="::$ctrl.showNameActions()"
data-compact
data-placement="end"
>
<oui-action-menu-item
on-click="$ctrl.goToNodeNameEdit($ctrl.server.displayName)"
on-click="$ctrl.goToNodeNameEdit($ctrl.server.iam.displayName)"
>
<span
data-translate="server_configuration_displayname_edit_button"
Expand Down

0 comments on commit cfd9ae4

Please sign in to comment.