iguazio.dashboard-controls 0.37.22 → 0.38.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/dist/i18n/en/functions.json +5 -0
- package/dist/js/iguazio.dashboard-controls.js +4393 -4345
- package/dist/less/iguazio.dashboard-controls.less +969 -969
- package/package.json +1 -1
- package/src/i18n/en/functions.json +5 -0
- package/src/igz_controls/services/mask.service.js +2 -2
- package/src/igz_controls/services/table-size.service.js +19 -9
- package/src/nuclio/functions/version/version-code/function-event-pane/function-event-pane.component.js +1 -5
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.component.js +0 -6
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +46 -2
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.less +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +16 -0
- package/src/nuclio/functions/version/version.component.js +10 -3
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"RESPONSE_IMAGE": "Response image",
|
|
273
273
|
"REVERT_NODE_SELECTORS_TO_DEFAULTS_CONFIRM": "Are you sure you want revert the node selectors to its defaults?",
|
|
274
274
|
"REVERT_TO_DEFAULTS": "Revert to defaults",
|
|
275
|
+
"RUN_ON_SPOT_NODES": "Run on Spot nodes",
|
|
275
276
|
"RUNTIME": "Runtime",
|
|
276
277
|
"RUNTIME_ATTRIBUTES": "Runtime Attributes",
|
|
277
278
|
"SASL_PASSWORD": "SASL password",
|
|
@@ -340,6 +341,10 @@
|
|
|
340
341
|
},
|
|
341
342
|
"NEW_TEST": "New test",
|
|
342
343
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
344
|
+
"POD_TOLERATIONS": {
|
|
345
|
+
"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.",
|
|
346
|
+
"CONSTRAIN": "Constrain function pods to spot nodes using label selectors."
|
|
347
|
+
},
|
|
343
348
|
"PREFIXED_NAME": "{{name}} keys are composed of an optional prefix and a name, separated by a forward slash (/) — '<key prefix>/<key name>'.",
|
|
344
349
|
"REDIRECT_UNAUTHORIZED_REQUESTS": "This option should be used if the API endpoint is used by GUI. It will redirect the application to the login screen upon unauthorized request.",
|
|
345
350
|
"RUN_FUNCTION": "Run function",
|