Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyma-project/busola into ui5-migrat…
Browse files Browse the repository at this point in the history
…e-v2
  • Loading branch information
OliwiaGowor committed Jan 2, 2025
2 parents 0bace38 + 04e9fbc commit e9ea9fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function ClusterNodes({ data, error, loading }) {
<ReadableCreationTimestamp
timestamp={entry.metadata?.creationTimestamp}
/>,
entry.status?.nodeInfo?.kubeProxyVersion || EMPTY_TEXT_PLACEHOLDER,
entry.status?.nodeInfo?.kubeletVersion || EMPTY_TEXT_PLACEHOLDER,
getStatus(entry.status),
region ?? EMPTY_TEXT_PLACEHOLDER,
zone ?? EMPTY_TEXT_PLACEHOLDER,
Expand Down
5 changes: 0 additions & 5 deletions src/components/Nodes/MachineInfo/MachineInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ export function MachineInfo({ nodeInfo, capacity, spec }) {
<DynamicPageComponent.Column title={t('node-details.pod-cidr')}>
{spec.podCIDRs.join(',')}
</DynamicPageComponent.Column>
<DynamicPageComponent.Column
title={t('machine-info.kube-proxy-version')}
>
{nodeInfo.kubeProxyVersion}
</DynamicPageComponent.Column>
<DynamicPageComponent.Column
title={t('machine-info.kubelet-version')}
>
Expand Down
5 changes: 4 additions & 1 deletion src/shared/components/MonacoEditorESM/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
overflow: hidden;
flex-grow: 1;
border: 1px solid var(--sapNeutralBackground);
z-index: 100;

.monaco-hover {
z-index: 100;
}
}

.resource-form__legend {
Expand Down

0 comments on commit e9ea9fb

Please sign in to comment.