iguazio.dashboard-controls 1.0.6 → 1.0.8

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.
@@ -106,7 +106,6 @@
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",
110
109
  "DONT_LEAVE": "Don't leave",
111
110
  "DONT_REFRESH": "Don't refresh",
112
111
  "DONT_SAVE": "Don't save",
@@ -323,7 +323,6 @@
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",
327
326
  "GIT": {
328
327
  "BRANCH": "The Git repository branch from which to download the function code",
329
328
  "BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",