iguazio.dashboard-controls 0.38.10-patch2 → 0.38.10-patch3
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 -1
- package/dist/i18n/en/functions.json +1 -1
- package/dist/js/iguazio.dashboard-controls.js +2757 -2757
- package/dist/less/iguazio.dashboard-controls.less +884 -880
- package/package.json +1 -1
- package/src/i18n/en/common.json +1 -1
- package/src/i18n/en/functions.json +1 -1
- 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-labels/version-configuration-labels.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",
|
|
@@ -397,7 +398,6 @@
|
|
|
397
398
|
"PROTECTION": "Protection",
|
|
398
399
|
"QUIT_AND_DISCARD": "Quit and Discard",
|
|
399
400
|
"QUOTA": "Quota",
|
|
400
|
-
"READ_MORE": "Read more",
|
|
401
401
|
"READ_ONLY": "Read only",
|
|
402
402
|
"READ_WRITE": "Read/write",
|
|
403
403
|
"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",
|
|
@@ -259,6 +258,7 @@
|
|
|
259
258
|
"PROMOTE_CANARY_CONFIRM": "Are you sure you want to promote canary to primary?",
|
|
260
259
|
"PVC": "PVC",
|
|
261
260
|
"QOS": "QoS",
|
|
261
|
+
"READ_MORE": "Read more",
|
|
262
262
|
"READINESS_TIMEOUT_SECONDS": "Readiness timeout (seconds)",
|
|
263
263
|
"READINESS_TIMEOUT_SECONDS_DESCRIPTION": "The time, in seconds, that the controller will wait for the function to become ready before declaring failure (default: {{default}})",
|
|
264
264
|
"REBALANCING_GRACE_PERIOD": "Rebalancing grace period",
|