Skip to content
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

feat(ws): Notebooks 2.0 // FrontEnd // Add CPU and RAM columns #169

Merged
merged 13 commits into from
Jan 8, 2025

Conversation

senanz
Copy link

@senanz senanz commented Dec 24, 2024

Add new columns CPU and RAM that used by the workspace, fixes #151

@senanz senanz requested a review from paulovmr January 6, 2025 15:45
@senanz senanz requested a review from paulovmr January 6, 2025 20:46
@senanz senanz requested a review from paulovmr January 8, 2025 09:51
@@ -21397,4 +21397,4 @@
}
}
}
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@senanz This change also needs to be reverted, otherwise the npm install will change it back as before locally for everyone.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@@ -129,6 +134,8 @@ export const Workspaces: React.FunctionComponent = () => {
state: 'State',
homeVol: 'Home Vol',
dataVol: 'Data Vol',
cpu: 'cpu',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the column name, it should be uppercase

Suggested change
cpu: 'cpu',
cpu: 'CPU',

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -129,6 +134,8 @@ export const Workspaces: React.FunctionComponent = () => {
state: 'State',
homeVol: 'Home Vol',
dataVol: 'Data Vol',
cpu: 'cpu',
ram: 'ram',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ram: 'ram',
ram: 'Memory',

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ederign, paulovmr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ederign
Copy link
Member

ederign commented Jan 8, 2025

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Jan 8, 2025
@google-oss-prow google-oss-prow bot merged commit 0f363c0 into kubeflow:notebooks-v2 Jan 8, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants