iguazio.dashboard-controls 0.39.6-3.4 → 0.39.7-3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en/common.json +2 -0
- package/dist/i18n/en/functions.json +0 -3
- package/dist/js/iguazio.dashboard-controls.js +3841 -3834
- package/dist/less/iguazio.dashboard-controls.less +1020 -1019
- package/package.json +1 -1
- package/src/i18n/en/common.json +2 -0
- package/src/i18n/en/functions.json +0 -3
- package/src/igz_controls/components/more-info/more-info.less +1 -0
- package/src/igz_controls/services/validation.service.js +10 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-basic-settings/version-configuration-basic-settings.tpl.html +2 -2
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +1 -1
package/dist/i18n/en/common.json
CHANGED
|
@@ -304,6 +304,7 @@
|
|
|
304
304
|
"MAX_LENGTH_WHOLE_PART": "Max length of the whole part: {{length}} characters",
|
|
305
305
|
"MEMBERS": "Members",
|
|
306
306
|
"MEMORY": "Memory",
|
|
307
|
+
"MIN": "Min",
|
|
307
308
|
"MIGRATE": "Migrate",
|
|
308
309
|
"MONACO": "Monaco",
|
|
309
310
|
"MONITORING": "Monitoring",
|
|
@@ -327,6 +328,7 @@
|
|
|
327
328
|
"NO_EVENTS": "No events",
|
|
328
329
|
"NO_TASKS": "No {{- currentTab}} tasks",
|
|
329
330
|
"NOT_READY": "Not ready",
|
|
331
|
+
"NOT_START_WITH_FORBIDDEN_WORDS_K8S": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
330
332
|
"NODE": "Node",
|
|
331
333
|
"NODES": "Nodes",
|
|
332
334
|
"NONE": "None",
|
|
@@ -166,7 +166,6 @@
|
|
|
166
166
|
"MAX_REPLICAS": "Maximum number of replicas (default: {{default}})",
|
|
167
167
|
"MAX_WORKERS": "Max Workers",
|
|
168
168
|
"METHOD": "Method",
|
|
169
|
-
"MIN": "Min",
|
|
170
169
|
"MIN_REPLICAS": "Minimum number of replicas (default: {{default}})",
|
|
171
170
|
"MOUNT_PATH": "Mount Path",
|
|
172
171
|
"MOUNT_PATH_DESCRIPTION": "A mount path for referencing the data from the function",
|
|
@@ -181,7 +180,6 @@
|
|
|
181
180
|
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
|
|
182
181
|
"NODE_SELECTORS": "Node selector",
|
|
183
182
|
"NORMAL": "Normal",
|
|
184
|
-
"NOT_START_WITH_FORBIDDEN_WORDS_ANNOTATION": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
185
183
|
"NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
|
|
186
184
|
"NOT_YET_DEPLOYED": "Not yet deployed",
|
|
187
185
|
"OAUTH2": "OAuth2",
|
|
@@ -236,7 +234,6 @@
|
|
|
236
234
|
"ENTER_TOKEN": "Enter token...",
|
|
237
235
|
"ENTER_VALUE": "Enter value...",
|
|
238
236
|
"EVENT_NAME": "Event name...",
|
|
239
|
-
"MIN": "Min...",
|
|
240
237
|
"MAX_REQUIRED": "Required when min=0",
|
|
241
238
|
"MY_SERVICE_ACCOUNT": "myserviceaccount",
|
|
242
239
|
"REQUIRED_IF_QUEUE_NAME_IS_EMPTY": "Required if Queue Name is empty",
|