iguazio.dashboard-controls 0.39.25-3.5.x → 0.39.26-3.5.4.2
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 +0 -2
- package/dist/js/iguazio.dashboard-controls.js +7393 -7406
- package/dist/less/iguazio.dashboard-controls.less +3296 -3296
- package/package.json +1 -1
- package/src/i18n/en/common.json +0 -2
- package/src/igz_controls/components/navigation-tabs/navigation-tabs.service.js +1 -7
- package/src/igz_controls/components/navigation-tabs/navigation-tabs.tpl.html +7 -16
- package/src/igz_controls/services/validation.service.js +1 -16
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +2 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +2 -0
package/dist/i18n/en/common.json
CHANGED
|
@@ -272,7 +272,6 @@
|
|
|
272
272
|
"KEEP_EDITING": "Keep editing",
|
|
273
273
|
"KEY": "Key",
|
|
274
274
|
"KEYS": "Keys",
|
|
275
|
-
"KEYLOACK_ADMIN_CONSOLE": "Keycloak's console",
|
|
276
275
|
"LABEL": "Label",
|
|
277
276
|
"LAST_DAY": "Last day",
|
|
278
277
|
"LABELS": "Labels",
|
|
@@ -328,7 +327,6 @@
|
|
|
328
327
|
"NO_CONSECUTIVE_CHARACTER": "No consecutive characters",
|
|
329
328
|
"NO_EVENTS": "No events",
|
|
330
329
|
"NO_TASKS": "No {{- currentTab}} tasks",
|
|
331
|
-
"NOT_CONTAIN": "Must not contain",
|
|
332
330
|
"NOT_READY": "Not ready",
|
|
333
331
|
"NOT_START_WITH_FORBIDDEN_WORDS_K8S": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
334
332
|
"NODE": "Node",
|