Skip to content

Commit

Permalink
revert kustomization files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Feb 7, 2025
1 parent c05e568 commit a1754a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
24 changes: 13 additions & 11 deletions clients/ui/frontend/src/shared/style/MUI-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
--mui-menu-toggle--BorderColor: none;
--mui-menu-toggle--PaddingInlineStart: 10px;
--mui-menu-toggle--PaddingInlineEnd: 10px;
--mui-menu-toggle--disabled--BackgroundColor: white;

// Radio
--mui-radio--margin: 10px 0;
Expand Down Expand Up @@ -464,12 +463,11 @@
.mui-theme .pf-v6-c-menu-toggle.pf-m-disabled {
border: solid 1px var(--mui-palette-action-disabled);
}

.mui-theme .pf-v6-c-menu-toggle.pf-m-plain {
--pf-v6-c-menu-toggle--BorderRadius: 50%;
}



.mui-theme .pf-v6-c-menu-toggle.pf-m-primary {
--pf-v6-c-menu-toggle--expanded--Color: var(--mui-palette-common-white);
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--mui-palette-primary-main);
Expand Down Expand Up @@ -712,7 +710,7 @@
align-content: center;
}

.mui-theme .pf-v6-c-toolbar__item.kubeflow-u-namespace-select > .pf-v6-c-menu-toggle.pf-m-disabled {
.mui-theme .pf-v6-c-toolbar__item.kubeflow-u-namespace-select>.pf-v6-c-menu-toggle.pf-m-disabled {
border: none;
}

Expand Down Expand Up @@ -755,6 +753,7 @@
--pf-v6-c-label--BackgroundColor: var(--mui-palette-grey-200);
padding: 4px;
}

.mui-theme .pf-v6-c-masthead {
--pf-v6-c-masthead--BackgroundColor: var(--mui-palette-common-white);
box-shadow: var(--mui-shadows-1);
Expand Down Expand Up @@ -800,14 +799,18 @@
}

.mui-theme .pf-v6-c-page__sidebar {
position: absolute;
--pf-v6-c-page__sidebar--Width: var(--kf-central-app-drawer-width); /* Sidebar width */
height: 100vh; /* Take full height of viewport */
z-index: 300; /* Position sidebar above the masthead */
position: absolute;
--pf-v6-c-page__sidebar--Width: var(--kf-central-app-drawer-width);
/* Sidebar width */
height: 100vh;
/* Take full height of viewport */
z-index: 300;
/* Position sidebar above the masthead */
}

.mui-theme .pf-v6-c-page__main-container {
margin-top: var(--kf-central-app-bar-height); /* Move content area below the app bar */
margin-top: var(--kf-central-app-bar-height);
/* Move content area below the app bar */
}

/* Hide Masthead Toggle by default */
Expand All @@ -821,5 +824,4 @@
display: block;
padding-block-start: var(--mui-spacing-4px);
}
}

}
2 changes: 1 addition & 1 deletion manifests/kustomize/options/ui/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ resources:

images:
- name: model-registry-ui-image
newName: quay.io/eug3nia/model-registry-ui
newName: docker.io/kubeflow/model-registry-ui
newTag: latest
11 changes: 5 additions & 6 deletions manifests/kustomize/options/ui/overlays/istio/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ resources:
- authorization-policy-ui.yaml

patches:
- path: model-registry-ui-service.yaml
target:
kind: Service
name: model-registry-ui-service
version: v1
namespace: kubeflow
- path: model-registry-ui-service.yaml
target:
version: v1
kind: Service
name: model-registry-ui-service

0 comments on commit a1754a8

Please sign in to comment.