iguazio.dashboard-controls 0.39.24-3.5.x → 0.39.25-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/.vscode/settings.json +3 -0
- package/dist/i18n/en/common.json +0 -1
- package/dist/js/iguazio.dashboard-controls.js +3364 -3381
- package/dist/less/iguazio.dashboard-controls.less +4565 -4565
- package/package.json +1 -1
- package/src/i18n/en/common.json +0 -1
- 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 +4 -10
package/dist/i18n/en/common.json
CHANGED
|
@@ -327,7 +327,6 @@
|
|
|
327
327
|
"NO_CONSECUTIVE_CHARACTER": "No consecutive characters",
|
|
328
328
|
"NO_EVENTS": "No events",
|
|
329
329
|
"NO_TASKS": "No {{- currentTab}} tasks",
|
|
330
|
-
"NOT_CONTAIN": "Must not contain",
|
|
331
330
|
"NOT_READY": "Not ready",
|
|
332
331
|
"NOT_START_WITH_FORBIDDEN_WORDS_K8S": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
333
332
|
"NODE": "Node",
|