Skip to content

Commit 3314406

Browse files
authored
Merge pull request #2877 from devtron-labs/feat/resource-watcher-ui
feat: resource watcher Intercepted changes UI modification
2 parents 558001a + 1d8cb2a commit 3314406

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

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.19.0-pre-2",
7+
"@devtron-labs/devtron-fe-common-lib": "1.19.0-pre-3",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/ResourceBrowser/ResourceList/K8sResourceListTableCellComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const K8sResourceListTableCellComponent = ({
293293
</div>
294294
) : (
295295
<div
296-
className={`flexbox ${!isEventListing ? 'dc__align-items-center' : 'dc__align-start'} py-10 ${
296+
className={`flexbox ${!isEventListing ? 'dc__align-items-center' : 'dc__align-start'} ${
297297
columnName === 'status' || columnName === 'type'
298298
? `app-summary__status-name dc__no-text-transform ${getStatusClass(String(resourceData[columnName]), isNodeListing)}`
299299
: ''

src/css/base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4111,10 +4111,12 @@ textarea::placeholder {
41114111
}
41124112

41134113
.dc__truncate {
4114-
overflow: hidden;
41154114
display: -webkit-box;
41164115
-webkit-box-orient: vertical;
41174116
-webkit-line-clamp: 1;
4117+
overflow: hidden;
4118+
text-overflow: ellipsis;
4119+
white-space: nowrap;
41184120
word-break: break-all;
41194121

41204122
&--clamp-2 {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ __metadata:
17221722
languageName: node
17231723
linkType: hard
17241724

1725-
"@devtron-labs/devtron-fe-common-lib@npm:1.19.0-pre-2":
1726-
version: 1.19.0-pre-2
1727-
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.19.0-pre-2"
1725+
"@devtron-labs/devtron-fe-common-lib@npm:1.19.0-pre-3":
1726+
version: 1.19.0-pre-3
1727+
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.19.0-pre-3"
17281728
dependencies:
17291729
"@codemirror/autocomplete": "npm:6.18.6"
17301730
"@codemirror/lang-json": "npm:6.0.1"
@@ -1774,7 +1774,7 @@ __metadata:
17741774
react-select: 5.8.0
17751775
rxjs: ^7.8.1
17761776
yaml: ^2.4.1
1777-
checksum: 10c0/fffdd3524d59a4c19206ca9454b3234010c80eb2b2861b792c6a1b20e66a9e9fd3c21b4a07cec811b9ee733420768efb08d782c901db416e8dd3e27f7dd5103e
1777+
checksum: 10c0/0f459c5e739be7c9663fc5afcec4ef08b9234b7732fd70b5b490c7412ffd51e1e3835eb383800d6fdf7c56775bbd0a00a618ba7a2b2844b80af6d74721ffbd0a
17781778
languageName: node
17791779
linkType: hard
17801780

@@ -5721,7 +5721,7 @@ __metadata:
57215721
version: 0.0.0-use.local
57225722
resolution: "dashboard@workspace:."
57235723
dependencies:
5724-
"@devtron-labs/devtron-fe-common-lib": "npm:1.19.0-pre-2"
5724+
"@devtron-labs/devtron-fe-common-lib": "npm:1.19.0-pre-3"
57255725
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
57265726
"@playwright/test": "npm:^1.32.1"
57275727
"@rjsf/core": "npm:^5.13.3"

0 commit comments

Comments
 (0)