@@ -23,18 +23,6 @@ export const EVENTS = {
2323
2424export const CLUSTER_PREFIX = "cluster_" ;
2525
26- export const stateGlobalChartTypes = {
27- EXECUTIONS : "executions" ,
28- TASKRUNS : "taskruns" ,
29- } as const ;
30-
31- export const logDisplayTypes = {
32- ALL : "all" ,
33- ERROR : "error" ,
34- HIDDEN : "hidden" ,
35- DEFAULT : "all" ,
36- } as const ;
37-
3826export const NODE_SIZES = {
3927 TASK_WIDTH : 184 ,
4028 TASK_HEIGHT : 44 ,
@@ -47,36 +35,3 @@ export const NODE_SIZES = {
4735 TRIGGER_CLUSTER_WIDTH : 350 ,
4836 TRIGGER_CLUSTER_HEIGHT : 180 ,
4937} as const ;
50-
51- export const editorViewTypes = {
52- STORAGE_KEY : "view-type" ,
53- SOURCE : "source" ,
54- SOURCE_TOPOLOGY : "source-topology" ,
55- SOURCE_DOC : "source-doc" ,
56- TOPOLOGY : "topology" ,
57- SOURCE_BLUEPRINTS : "source-blueprints" ,
58- } as const ;
59-
60- export const storageKeys = {
61- DISPLAY_EXECUTIONS_COLUMNS : "displayExecutionsColumns" ,
62- DISPLAY_FLOW_EXECUTIONS_COLUMNS : "displayFlowExecutionsColumns" ,
63- SELECTED_TENANT : "selectedTenant" ,
64- EXECUTE_FLOW_BEHAVIOUR : "executeFlowBehaviour" ,
65- SHOW_CHART : "showChart" ,
66- SHOW_FLOWS_CHART : "showFlowsChart" ,
67- SHOW_LOGS_CHART : "showLogsChart" ,
68- DEFAULT_NAMESPACE : "defaultNamespace" ,
69- LATEST_NAMESPACE : "latestNamespace" ,
70- PAGINATION_SIZE : "paginationSize" ,
71- IMPERSONATE : "impersonate" ,
72- EDITOR_VIEW_TYPE : "editorViewType" ,
73- } as const ;
74-
75- export const executeFlowBehaviours = {
76- SAME_TAB : "same tab" ,
77- NEW_TAB : "new tab" ,
78- } as const ;
79-
80- export const stateDisplayValues = {
81- INPROGRESS : "IN-PROGRESS" ,
82- } as const ;
0 commit comments