iguazio.dashboard-controls 1.0.10-1.13.x → 1.0.11-1.13.x
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/functions.json +1 -0
- package/dist/js/iguazio.dashboard-controls.js +3394 -3392
- package/dist/less/iguazio.dashboard-controls.less +896 -896
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/services/validation.service.js +5 -1
- package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.component.js +2 -1
- package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.tpl.html +1 -0
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +9 -2
|
@@ -185,6 +185,7 @@
|
|
|
185
185
|
"NO_INTERNET_ACCESS": "No internet access",
|
|
186
186
|
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
|
|
187
187
|
"NODE_SELECTORS": "Node selector",
|
|
188
|
+
"NODE_SELECTORS_MORE_INFO": "Node-selector values set in the global settings or project settings are not shown. Keep the “Key” and delete the “Value” to remove the global or project setting.",
|
|
188
189
|
"NORMAL": "Normal",
|
|
189
190
|
"NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
|
|
190
191
|
"NOT_YET_DEPLOYED": "Not yet deployed",
|