iguazio.dashboard-controls 0.38.6 → 0.38.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 +2 -0
- package/dist/js/iguazio.dashboard-controls.js +2615 -2568
- package/dist/less/iguazio.dashboard-controls.less +1140 -1140
- package/package.json +1 -1
- package/src/i18n/en/functions.json +2 -0
- package/src/igz_controls/services/validation.service.js +7 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +4 -9
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.less +1 -1
- package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.component.js +1 -1
- package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.tpl.html +16 -16
- package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.component.js +1 -1
- package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.tpl.html +16 -16
- package/src/nuclio/functions/functions.component.js +32 -23
- package/src/nuclio/functions/functions.service.js +3 -5
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.component.js +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +47 -1
- 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 +19 -1
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
"SELECT_CLASS": "Select class",
|
|
250
250
|
"SELECT_TYPE": "Select type"
|
|
251
251
|
},
|
|
252
|
+
"PODS_PRIORITY": "Pods priority",
|
|
252
253
|
"POLLING_INTERVAL": "Polling interval",
|
|
253
254
|
"PREFIX": "Prefix",
|
|
254
255
|
"PROJECT": "Project",
|
|
@@ -298,6 +299,7 @@
|
|
|
298
299
|
"SUBSCRIPTIONS": "Subscriptions",
|
|
299
300
|
"SUCCESSFULLY_DEPLOYED": "Successfully deployed",
|
|
300
301
|
"TARGET_CPU_DESCRIPTION": "Exceeding this threshold will increase the number of replicas (default: {{default}}). Note that the percentage of utilization is based on the resource request. <a class=\"link\" href=\"https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-resource-metrics\" target=\"_blank\">more info</a>",
|
|
302
|
+
"TECH_PREVIEW_LABEL": "(tech preview)",
|
|
301
303
|
"TEMPLATE_PARAMETERS": "Template parameters",
|
|
302
304
|
"TEMPLATES": "Templates",
|
|
303
305
|
"THEME": "Theme",
|