We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b2acf commit 44ba433Copy full SHA for 44ba433
src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts
@@ -73,6 +73,8 @@ export enum GetTemplateAPIRouteType {
73
CONFIG_MAP_CREATE = 'config/config-map',
74
CONFIG_SECRET_CREATE = 'config/secret',
75
WORKFLOW_LIST = 'workflow/list',
76
+ OVERVIEW = 'overview',
77
+ README = 'overview',
78
}
79
80
export interface GetTemplateAPIRouteProps {
0 commit comments