iguazio.dashboard-controls 0.38.10-patch1 → 0.38.10-patch4
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 +3 -0
- package/dist/i18n/en/functions.json +0 -4
- package/dist/js/iguazio.dashboard-controls.js +4322 -4322
- package/dist/less/iguazio.dashboard-controls.less +1537 -1533
- package/package.json +1 -1
- package/src/i18n/en/common.json +3 -0
- package/src/i18n/en/functions.json +0 -4
- package/src/igz_controls/less/table.less +4 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.tpl.html +1 -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-labels/version-configuration-labels.tpl.html +1 -1
- 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
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
"KEYS": "Keys",
|
|
274
274
|
"LABEL": "Label",
|
|
275
275
|
"LAST_DAY": "Last day",
|
|
276
|
+
"LABELS": "Labels",
|
|
276
277
|
"LAST_MODIFIED": "Last modified",
|
|
277
278
|
"LAST_MONTH": "Last month",
|
|
278
279
|
"LAST_NAME": "Last name",
|
|
@@ -302,6 +303,7 @@
|
|
|
302
303
|
"MAX_LENGTH_WHOLE_PART": "Max length of the whole part: {{length}} characters",
|
|
303
304
|
"MEMBERS": "Members",
|
|
304
305
|
"MEMORY": "Memory",
|
|
306
|
+
"MIN": "Min",
|
|
305
307
|
"MIGRATE": "Migrate",
|
|
306
308
|
"MONACO": "Monaco",
|
|
307
309
|
"MONITORING": "Monitoring",
|
|
@@ -397,6 +399,7 @@
|
|
|
397
399
|
"PROTECTION": "Protection",
|
|
398
400
|
"QUIT_AND_DISCARD": "Quit and Discard",
|
|
399
401
|
"QUOTA": "Quota",
|
|
402
|
+
"READ_MORE": "Read more",
|
|
400
403
|
"READ_ONLY": "Read only",
|
|
401
404
|
"READ_WRITE": "Read/write",
|
|
402
405
|
"REAL_TIME": "Real-time",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"INVOCATION_URL": "Invocation URL",
|
|
160
160
|
"ITEM_KEY": "Item key",
|
|
161
161
|
"JVM_OPTIONS": "JVM options",
|
|
162
|
-
"LABELS": "Labels",
|
|
163
162
|
"LARGE": "Large",
|
|
164
163
|
"LOGGER_DESTINATION": "Logger destination",
|
|
165
164
|
"LOGGER_LEVEL": "Logger level",
|
|
@@ -168,7 +167,6 @@
|
|
|
168
167
|
"MAX_REPLICAS": "Maximum number of replicas (default: {{default}})",
|
|
169
168
|
"MAX_WORKERS": "Max Workers",
|
|
170
169
|
"METHOD": "Method",
|
|
171
|
-
"MIN": "Min",
|
|
172
170
|
"MIN_REPLICAS": "Minimum number of replicas (default: {{default}})",
|
|
173
171
|
"MOUNT_PATH": "Mount Path",
|
|
174
172
|
"MOUNT_PATH_DESCRIPTION": "A mount path for referencing the data from the function",
|
|
@@ -239,7 +237,6 @@
|
|
|
239
237
|
"ENTER_TOKEN": "Enter token...",
|
|
240
238
|
"ENTER_VALUE": "Enter value...",
|
|
241
239
|
"EVENT_NAME": "Event name...",
|
|
242
|
-
"MIN": "Min...",
|
|
243
240
|
"MAX_REQUIRED": "Required when min=0",
|
|
244
241
|
"MY_SERVICE_ACCOUNT": "myserviceaccount",
|
|
245
242
|
"REQUIRED_IF_QUEUE_NAME_IS_EMPTY": "Required if Queue Name is empty",
|
|
@@ -259,7 +256,6 @@
|
|
|
259
256
|
"PROMOTE_CANARY_CONFIRM": "Are you sure you want to promote canary to primary?",
|
|
260
257
|
"PVC": "PVC",
|
|
261
258
|
"QOS": "QoS",
|
|
262
|
-
"READ_MORE": "Read more",
|
|
263
259
|
"READINESS_TIMEOUT_SECONDS": "Readiness timeout (seconds)",
|
|
264
260
|
"READINESS_TIMEOUT_SECONDS_DESCRIPTION": "The time, in seconds, that the controller will wait for the function to become ready before declaring failure (default: {{default}})",
|
|
265
261
|
"REBALANCING_GRACE_PERIOD": "Rebalancing grace period",
|