Skip to content

Commit d74acb3

Browse files
Merge pull request #2721 from devtron-labs/feat/redfish-node-ui-rc
feat: restructure node actions design and refactor node tabs ordering logic
2 parents 513fb2d + 2204f39 commit d74acb3

File tree

8 files changed

+251
-255
lines changed

8 files changed

+251
-255
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
6969
GATEKEEPER_URL=https://license.devtron.ai/dashboard
7070
FEATURE_AI_INTEGRATION_ENABLE=false
7171
LOGIN_PAGE_IMAGE=
72+
FEATURE_REDFISH_NODE_ENABLE=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.13.0-pre-7",
7+
"@devtron-labs/devtron-fe-common-lib": "1.13.0-pre-8",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/assets/icons/ic-terminal-line.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/components/ClusterNodes/NodeDetails.tsx

Lines changed: 239 additions & 230 deletions
Large diffs are not rendered by default.

src/components/ClusterNodes/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const CLUSTER_STATUS = {
6767
export const NODE_DETAILS_TABS = {
6868
summary: 'Summary',
6969
yaml: 'YAML',
70-
nodeConditions: 'Node conditions',
70+
nodeConditions: 'Node Conditions',
7171
debug: 'Debug',
7272
}
7373

src/css/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,10 @@ button.anchor {
36613661
line-height: 24px;
36623662
}
36633663

3664+
.lh-26 {
3665+
line-height: 26px;
3666+
}
3667+
36643668
.lh-34 {
36653669
line-height: 34px;
36663670
}

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ if (!window || !window._env_) {
172172
GATEKEEPER_URL: 'https://license.devtron.ai/dashboard',
173173
FEATURE_AI_INTEGRATION_ENABLE: false,
174174
LOGIN_PAGE_IMAGE: '',
175+
FEATURE_REDFISH_NODE_ENABLE: false,
175176
}
176177
}
177178

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,10 +1124,10 @@
11241124
dependencies:
11251125
"@jridgewell/trace-mapping" "0.3.9"
11261126

1127-
"@devtron-labs/[email protected]7":
1128-
version "1.13.0-pre-7"
1129-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.13.0-pre-7.tgz#ebffd70374e5d190a349533adf85298f790947da"
1130-
integrity sha512-VGpcU8NZr/88M1yWjHzKd+lduY0+vLWugZms0Wm/myI9ST2olyFQJrqXXIqEigqK4z5qU8drIi5EMfnUtItT2Q==
1127+
"@devtron-labs/[email protected]8":
1128+
version "1.13.0-pre-8"
1129+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.13.0-pre-8.tgz#bc93bd7435c402013ebcf28e1813b0b665de612a"
1130+
integrity sha512-jKCDuxBTtMblHo2mCGKZHPePJ6wwvVddMZs0j04r7khLJflfrTeyQcKdM/z/R4xXdf8zAU47GNWP/LAiBW2XBA==
11311131
dependencies:
11321132
"@codemirror/lang-json" "6.0.1"
11331133
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)