File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 1.15.1-pre-5 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.15.3 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ const JobsList = () => {
158
158
) }
159
159
{ dataStateType === JobListViewType . LIST && (
160
160
< >
161
- < HeaderWithCreateButton renderAdditionalHeaderInfo = { renderAdditionalJobsHeaderInfo } />
161
+ < HeaderWithCreateButton headerName = "" additionalHeaderInfo = { renderAdditionalJobsHeaderInfo } />
162
162
{ renderCreateJobRouter ( ) }
163
163
< JobListContainer
164
164
masterFilters = { masterFilters }
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import {
29
29
30
30
import {
31
31
AppListConstants ,
32
+ FeatureTitleWithInfo ,
32
33
FilterChips ,
33
34
getNamespaceListMin ,
34
35
handleUTCTime ,
@@ -420,9 +421,11 @@ const AppList = ({ isArgoInstalled }: AppListPropType) => {
420
421
)
421
422
}
422
423
424
+ const renderApplicationsInfo = ( ) => < FeatureTitleWithInfo title = "Applications" />
425
+
423
426
return (
424
427
< div ref = { appListContainerRef } className = "flexbox-col h-100 dc__overflow-auto" >
425
- < HeaderWithCreateButton headerName = "Applications" />
428
+ < HeaderWithCreateButton headerName = "" additionalHeaderInfo = { renderApplicationsInfo } />
426
429
< AppListFilters
427
430
filterConfig = { filterConfig }
428
431
appCount = { appCount }
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const ChartCard = ({
124
124
fontSize = { 14 }
125
125
/>
126
126
< div className = "chart-name__arrow dc__no-shrink flex" >
127
- < Icon name = "ic-caret-right -small" color = "B500" />
127
+ < Icon name = "ic-caret-down -small" color = "B500" rotateBy = { 270 } />
128
128
</ div >
129
129
</ div >
130
130
{ chart . deprecated && renderDeprecatedWarning ( ) }
Original file line number Diff line number Diff line change 1125
1125
dependencies :
1126
1126
" @jridgewell/trace-mapping" " 0.3.9"
1127
1127
1128
- " @devtron-labs/[email protected] .2 " :
1129
- version "1.15.2 "
1130
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.2 .tgz#a420e9187c8bfd5fb9a5f3e5bbe1744278718d53 "
1131
- integrity sha512-PNg9S/UjHNqVac8V0JGi3RgxPt0D48hy4eMbJCvOLSn/aUXVe5t+Ik7CNyjeiiQ5SOG2Ly4ry1wDGQkqXm2Wdw ==
1128
+ " @devtron-labs/[email protected] .3 " :
1129
+ version "1.15.3 "
1130
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.3 .tgz#54931912caa555562ff606f8a2ca9e92870503c2 "
1131
+ integrity sha512-shKgYUEfGQDXSRb1fLyodKxEzR2hollEkwPZEHyLkBIYuf7oki1MZfGRDQhvGQN8lDK3xEkqqmLasqOHIwmwtA ==
1132
1132
dependencies :
1133
1133
" @codemirror/lang-json" " 6.0.1"
1134
1134
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments