Skip to content

Commit 8d1ff7f

Browse files
committed
Merge branch 'feat/path-aliasing' of github.com:devtron-labs/devtron-fe-common-lib into feat/path-aliasing
2 parents 2641d56 + fc53de2 commit 8d1ff7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Shared/constants.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,9 @@ export const APP_STATUS_HEADERS = ['KIND', 'NAME', 'STATUS', 'MESSAGE']
404404

405405
export const MATERIAL_EXCLUDE_TIPPY_TEXT =
406406
'Not available for build as this commit contains changes in excluded files or folders'
407+
408+
export enum K8sResourcePayloadAppType {
409+
DEVTRON_APP = 0,
410+
HELM_APP = 1,
411+
EXTERNAL_ARGO_APP = 2,
412+
}

0 commit comments

Comments
 (0)