Skip to content

Commit

Permalink
fix(nutanix): fix node tab unavailable bug (#14985)
Browse files Browse the repository at this point in the history
ref: MANAGER-16763

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 authored Jan 17, 2025
1 parent 704dce5 commit 5b20882
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export default /* @ngInject */ ($stateProvider) => {
code: 404,
},
to: {
state: 'nutanix.dashboard.nodes.all',
state: 'nutanix.index',
},
},
};
}
return 'nutanix.dashboard.nodes.node.general-info';
return 'nutanix.dashboard.nodes.all';
},
);
},
Expand Down

0 comments on commit 5b20882

Please sign in to comment.