Skip to content

Commit c2cb86a

Browse files
committed
chore: version bump
1 parent 22b0912 commit c2cb86a

File tree

5 files changed

+11
-8
lines changed

5 files changed

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

src/components/Jobs/JobList/JobsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const JobsList = () => {
158158
)}
159159
{dataStateType === JobListViewType.LIST && (
160160
<>
161-
<HeaderWithCreateButton renderAdditionalHeaderInfo={renderAdditionalJobsHeaderInfo} />
161+
<HeaderWithCreateButton headerName="" additionalHeaderInfo={renderAdditionalJobsHeaderInfo} />
162162
{renderCreateJobRouter()}
163163
<JobListContainer
164164
masterFilters={masterFilters}

src/components/app/list-new/AppList.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import {
2929

3030
import {
3131
AppListConstants,
32+
FeatureTitleWithInfo,
3233
FilterChips,
3334
getNamespaceListMin,
3435
handleUTCTime,
@@ -420,9 +421,11 @@ const AppList = ({ isArgoInstalled }: AppListPropType) => {
420421
)
421422
}
422423

424+
const renderApplicationsInfo = () => <FeatureTitleWithInfo title="Applications" />
425+
423426
return (
424427
<div ref={appListContainerRef} className="flexbox-col h-100 dc__overflow-auto">
425-
<HeaderWithCreateButton headerName="Applications" />
428+
<HeaderWithCreateButton headerName="" additionalHeaderInfo={renderApplicationsInfo} />
426429
<AppListFilters
427430
filterConfig={filterConfig}
428431
appCount={appCount}

src/components/charts/ChartCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const ChartCard = ({
124124
fontSize={14}
125125
/>
126126
<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} />
128128
</div>
129129
</div>
130130
{chart.deprecated && renderDeprecatedWarning()}

yarn.lock

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

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==
11321132
dependencies:
11331133
"@codemirror/lang-json" "6.0.1"
11341134
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)