iguazio.dashboard-controls 1.0.8 → 1.0.9
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 +2977 -2967
- package/dist/less/iguazio.dashboard-controls.less +405 -400
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/services/validation.service.js +26 -29
- package/src/nuclio/common/components/key-value-input/key-value-input.component.js +2 -0
- package/src/nuclio/common/components/key-value-input/key-value-input.tpl.html +10 -4
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +3 -3
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.component.js +18 -0
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.less +7 -2
- package/src/nuclio/functions/version/version-monitoring/version-monitoring.tpl.html +49 -28
|
@@ -345,6 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
"NEW_TEST": "New test",
|
|
347
347
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
348
|
+
"ENRICHED_NODE_SELECTOR": "The node selector of the function, enriched with the project’s and the service’s default node selectors",
|
|
348
349
|
"POD_TOLERATIONS": {
|
|
349
350
|
"ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods tolerates those taints.",
|
|
350
351
|
"CONSTRAIN": "Constrain function pods to spot nodes using label selectors.",
|