Skip to content

Commit

Permalink
feat(ws): Notebooks 2.0 // Frontend // Workspaces table // Workspace …
Browse files Browse the repository at this point in the history
…redirect status column kubeflow#147

Signed-off-by: Asaad <[email protected]>
  • Loading branch information
asaadbalum committed Feb 6, 2025
1 parent 33af0bc commit e02b6ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export const Workspaces: React.FunctionComponent = () => {
> = {}; // Initialize the redirect status dictionary
workspaceRedirectStatus = buildWorkspaceRedirectStatus(workspaceKinds); // Populate the dictionary


// Table columns
const columnNames: WorkspacesColumnNames = {
redirectStatus: 'Redirect Status',
Expand Down

0 comments on commit e02b6ef

Please sign in to comment.