forked from cyverse-archive/de-gxt-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathids.js
More file actions
80 lines (68 loc) · 1.86 KB
/
Copy pathids.js
File metadata and controls
80 lines (68 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
export default {
CHECKBOX: ".checkbox",
NAME: "name",
OWNER: "owner",
APP: "app",
START_DATE: "start_date",
END_DATE: "end_date",
STATUS: "status",
TOOLBAR: "menuBar",
PARAMETERS: "parameters",
TYPE: "type",
VALUE: "value",
JOB_ID: "jobId",
ANALYSES_VIEW: ".analysesView",
MENUITEM_ANALYSES: "analyses",
MENUITEM_GO_TO_FOLDER: "goToFolder",
MENUITEM_VIEW_LOGS: "goToLogs",
MENUITEM_VIEW_PARAMS: "viewParams",
MENUITEM_VIEW_ANALYSES_INFO: "viewInfo",
MENUITEM_RELAUNCH: "relaunch",
MENUITEM_DELETE: "delete",
MENUITEM_CANCEL: "cancel",
MENUITEM_COMPLETE: ".complete",
MENUITEM_EDIT: "edit",
MENUITEM_RENAME: "rename",
MENUITEM_UPDATE_COMMENTS: "updateComments",
MENUITEM_SHARE_COLLAB: "sharecollab",
MENUITEM_SHARE_SUPPORT: "sharesupport",
VIEW_PARAMS: ".viewParamsView",
BUTTON_REFRESH: "refresh",
FIELD_SEARCH: "search",
ANALYSIS_DOT_MENU: ".dotMenu",
GRID: ".grid",
MENUBAR: "menuBar",
ANALYSIS_NAME_CELL: ".nameCell",
APP_NAME_CELL: ".appNameCell",
SUPPORT_CELL: ".supportCell",
SHARE_WITH_SUPPORT: "shareWithSupport",
COMMENTS: "comments",
PERMISSIONS: "permissions",
APP_TYPE: "appType",
VIEW_FILTER: "viewFilter",
ALL: ".all",
MINE: ".mine",
THEIRS: ".theirs",
AGAVE: ".agave",
DE: ".de",
INTERACTIVE: ".interactive",
OSG: ".osg",
ICONS: {
INTERACTIVE: "interactive",
BATCH: "batch",
COLLAPSE: "collapse",
},
INFO: {
TIMESTAMP: "timestamp",
MESSAGE: "message",
STATUS: "status",
INFO: "info",
},
VICE_LOGS_VIEWER: {
VIEWER: ".viceLogViewer",
FOLLOW_LOGS: "followLogs",
REFRESH: "refresh",
},
BUTTON_EXTEND_TIME_LIMIT: "extendTimeLimitBtn",
EXTEND_TIME_LIMIT: "extendTimeLimit",
};