iguazio.dashboard-controls 0.38.9 → 0.38.10-patch1
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 +2936 -2924
- package/dist/less/iguazio.dashboard-controls.less +890 -890
- package/package.json +87 -87
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/components/default-dropdown/default-dropdown.component.js +32 -23
- package/src/igz_controls/components/default-dropdown/default-dropdown.tpl.html +1 -2
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +2 -1
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.less +1 -1
- package/src/nuclio/functions/functions.component.js +4 -3
- package/src/nuclio/functions/version/version.component.js +2 -1
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"DELETE_VERSIONS_CONFIRM": "Are you sure you want to delete selected versions?",
|
|
78
78
|
"DELETED_FUNCTION_WHILE_DEPLOYING_MSG": "The function was deleted by someone else before it completed its deployment. You can deploy it again to recreate it, or go to the functions list.",
|
|
79
79
|
"DEPENDENCIES": "Dependencies",
|
|
80
|
+
"DEPRECATED_SOON_LABEL": "- deprecated soon",
|
|
80
81
|
"DEPLOY": "Deploy",
|
|
81
82
|
"DEPLOYING": "Deploying...",
|
|
82
83
|
"DISABLE_CACHE": "Disable cache",
|