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.
2 parents 924a673 + 3bf1826 commit a5f5594Copy full SHA for a5f5594
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 = 'readme',
78
}
79
80
export interface GetTemplateAPIRouteProps {
src/Shared/validations.tsx
@@ -39,7 +39,7 @@ export const MESSAGES = {
39
DATE_BEFORE_CURRENT_TIME: 'The date & time cannot be before the current time',
40
41
42
-const MAX_DESCRIPTION_LENGTH = 350
+export const MAX_DESCRIPTION_LENGTH = 350
43
const DISPLAY_NAME_CONSTRAINTS = {
44
MAX_LIMIT: 50,
45
MIN_LIMIT: 3,
0 commit comments