iguazio.dashboard-controls 1.0.8-1.13.x → 1.0.9-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 +8958 -8942
- package/dist/less/iguazio.dashboard-controls.less +8681 -8676
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- 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-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
|
@@ -346,6 +346,7 @@
|
|
|
346
346
|
},
|
|
347
347
|
"NEW_TEST": "New test",
|
|
348
348
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
349
|
+
"ENRICHED_NODE_SELECTOR": "The node selector of the function, enriched with the project’s and the service’s default node selectors",
|
|
349
350
|
"POD_TOLERATIONS": {
|
|
350
351
|
"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.",
|
|
351
352
|
"CONSTRAIN": "Constrain function pods to spot nodes using label selectors.",
|