iguazio.dashboard-controls 0.39.6 → 0.39.8-3.5.1
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 -1
- package/dist/js/iguazio.dashboard-controls.js +3833 -3831
- package/dist/less/iguazio.dashboard-controls.less +1056 -1055
- package/package.json +87 -87
- package/src/i18n/en/common.json +1 -0
- package/src/i18n/en/functions.json +0 -1
- package/src/igz_controls/components/more-info/more-info.less +1 -0
- package/src/igz_controls/services/validation.service.js +32 -1
- package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.component.js +1 -1
- package/src/nuclio/functions/version/version-code/version-code.component.js +0 -8
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +1 -14
- 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
|
@@ -328,6 +328,7 @@
|
|
|
328
328
|
"NO_EVENTS": "No events",
|
|
329
329
|
"NO_TASKS": "No {{- currentTab}} tasks",
|
|
330
330
|
"NOT_READY": "Not ready",
|
|
331
|
+
"NOT_START_WITH_FORBIDDEN_WORDS_K8S": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
331
332
|
"NODE": "Node",
|
|
332
333
|
"NODES": "Nodes",
|
|
333
334
|
"NONE": "None",
|
|
@@ -180,7 +180,6 @@
|
|
|
180
180
|
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
|
|
181
181
|
"NODE_SELECTORS": "Node selector",
|
|
182
182
|
"NORMAL": "Normal",
|
|
183
|
-
"NOT_START_WITH_FORBIDDEN_WORDS_ANNOTATION": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
184
183
|
"NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
|
|
185
184
|
"NOT_YET_DEPLOYED": "Not yet deployed",
|
|
186
185
|
"OAUTH2": "OAuth2",
|