-
Notifications
You must be signed in to change notification settings - Fork 25
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 // Workspaces table // Workspace Kind column #148 #177
feat(ws): Notebooks 2.0 // Frontend // Workspaces table // Workspace Kind column #148 #177
Conversation
9ea0557
to
6fceada
Compare
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.
Thanks for the PR @liavweiss ! I've made a few comments inline, also please consider using the camel case [W|w]orkspaceKinds
instead of [W|w]orkspacekinds
for variable names where applicable.
node_modules/.package-lock.json
Outdated
@@ -0,0 +1,6 @@ | |||
{ |
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.
This file should not be created. It was probably created because of an npm
command being ran in the repository root.
package-lock.json
Outdated
@@ -0,0 +1,6 @@ | |||
{ |
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.
This file should not be created. It was probably created because of an npm
command being ran in the repository root.
}, | ||
options: { | ||
imageConfig: { | ||
default: string, |
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.
default: string, | |
spawner: { | |
default: string, | |
}, |
displayName: string, | ||
labels: { | ||
pythonVersion: string | ||
}, | ||
hidden: true, |
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.
displayName: string, | |
labels: { | |
pythonVersion: string | |
}, | |
hidden: true, | |
spawner: { | |
displayName: string, | |
description: string, | |
labels: [ | |
{ | |
key: string, | |
value: string; | |
} | |
], | |
hidden: true, | |
} |
] | ||
}, | ||
podConfig: { | ||
default: string, |
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.
default: string, | |
spawner: { | |
default: string, | |
}, |
default: string, | ||
values: [ | ||
{ | ||
id: string, |
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.
This part is also not matching the CR structure here.
Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
dccf98e
to
77d67cf
Compare
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
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.
@liavweiss thanks for the PR. Can we have a default logo (even just a placeholder) when the logo is not available? I think it would be a much better experience for the user then showing the 'broken' image.
…Kind column kubeflow#148 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]>
[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 |
@liavweiss thank you for accommodating! |
/lgtm |
This pr also contains the implementation of fetch data from workspacekinds API, to be able to take the Icon URL.
In case we have an Icon:
In case we don't have an Icon(broken URL or Icon does not exist):