-
Notifications
You must be signed in to change notification settings - Fork 667
Updates to Machine, MachineSets #1263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to Machine, MachineSets #1263
Conversation
frontend/public/components/nav.jsx
Outdated
| @@ -374,7 +374,8 @@ export const Navigation = ({ isNavOpen, onNavSelect }) => { | |||
|
|
|||
| <MonitoringNavSection /> | |||
|
|
|||
| <NavSection title="Machines" required={[FLAGS.CLUSTER_API, FLAGS.MACHINE_CONFIG, FLAGS.CAN_LIST_MACHINE_CONFIG]}> | |||
| <NavSection title="Compute" required={[FLAGS.CLUSTER_API, FLAGS.MACHINE_CONFIG, FLAGS.CAN_LIST_MACHINE_CONFIG]}> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to update the required logic here. This will hide the entire nav section if the machine API is not there, but we would still want to show nodes in that case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed updates
spadgett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
/retest |
1 similar comment
|
/retest |
|
@sg00dwin you need to update the performance test for node to use the new nav section |
- Rename machines sidnav item to "Compute" - Move Nodes into the sidenav Compute section - Add machines column into Nodes list view - Remove orphaned code - Add horizontal separator between Machine Config and Machine Config pools Console story - https://jira.coreos.com/browse/CONSOLE-1284
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sg00dwin, spadgett The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/retest |
Console story - https://jira.coreos.com/browse/CONSOLE-1284
@beanh66

