iguazio.dashboard-controls 1.0.5 → 1.0.6
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/common.json +1 -0
- package/dist/i18n/en/functions.json +1 -0
- package/dist/js/iguazio.dashboard-controls.js +3115 -3107
- package/dist/less/iguazio.dashboard-controls.less +587 -583
- package/package.json +1 -1
- package/src/i18n/en/common.json +1 -0
- package/src/i18n/en/functions.json +1 -0
- package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +11 -3
- package/src/nuclio/functions/version/version-triggers/version-triggers.less +4 -0
- package/src/nuclio/functions/version/version-triggers/version-triggers.tpl.html +16 -0
package/dist/i18n/en/common.json
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"DO_NOT_SHOW_AGAIN": "Do not show again",
|
|
107
107
|
"DOCS": "Docs",
|
|
108
108
|
"DONE": "Done",
|
|
109
|
+
"DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "Do not create http trigger by default",
|
|
109
110
|
"DONT_LEAVE": "Don't leave",
|
|
110
111
|
"DONT_REFRESH": "Don't refresh",
|
|
111
112
|
"DONT_SAVE": "Don't save",
|
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
"DEPLOY_IN_PROGRESS": "Deploy is already in-progress",
|
|
324
324
|
"DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers",
|
|
325
325
|
"DISABLED_FUNCTION": "Only running and scaled-to-zero functions can be tested",
|
|
326
|
+
"DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "When not checked, an http trigger will be created for the function by default",
|
|
326
327
|
"GIT": {
|
|
327
328
|
"BRANCH": "The Git repository branch from which to download the function code",
|
|
328
329
|
"BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",
|