iguazio.dashboard-controls 0.39.6-3.4 → 0.39.6-3.5
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 +1 -0
- package/dist/i18n/en/functions.json +0 -2
- package/dist/js/iguazio.dashboard-controls.js +3441 -3441
- package/dist/less/iguazio.dashboard-controls.less +681 -681
- package/package.json +1 -1
- package/src/i18n/en/common.json +1 -0
- package/src/i18n/en/functions.json +0 -2
- 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
|
@@ -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",
|
|
@@ -236,7 +235,6 @@
|
|
|
236
235
|
"ENTER_TOKEN": "Enter token...",
|
|
237
236
|
"ENTER_VALUE": "Enter value...",
|
|
238
237
|
"EVENT_NAME": "Event name...",
|
|
239
|
-
"MIN": "Min...",
|
|
240
238
|
"MAX_REQUIRED": "Required when min=0",
|
|
241
239
|
"MY_SERVICE_ACCOUNT": "myserviceaccount",
|
|
242
240
|
"REQUIRED_IF_QUEUE_NAME_IS_EMPTY": "Required if Queue Name is empty",
|