iguazio.dashboard-controls 1.3.1 → 1.3.3
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 +0 -1
- package/dist/js/iguazio.dashboard-controls.js +14763 -14779
- package/dist/less/iguazio.dashboard-controls.less +5001 -5001
- package/package.json +2 -2
- package/src/i18n/en/functions.json +0 -1
- package/src/nuclio/api-gateways/api-gateways.service.js +0 -5
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +0 -6
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.spec.js +0 -6
|
@@ -153,7 +153,6 @@
|
|
|
153
153
|
"HUGE": "Huge",
|
|
154
154
|
"HTTP_TRIGGER_MSG": "A Nuclio function must have a single HTTP trigger. You can define such a trigger <a class=\"link\" data-ng-click=\"$ctrl.addDefaultHttpTrigger($event)\">here</a>. Otherwise, when deploying the function a default HTTP trigger named \"default-http\" is defined and deployed automatically unless there is a custom HTTP trigger configuration in the <a class=\"link\" data-ui-sref=\"app.project.function.edit.code\">external source code</a>.",
|
|
155
155
|
"HTTP_TRIGGER_NAME_DESCRIPTION": "If the name of the HTTP trigger is <b>default-http</b> it might get overridden by a remote function specification configured in <b>Code Entry Type.</b>",
|
|
156
|
-
"IGUAZIO":"Iguazio",
|
|
157
156
|
"IMAGE_NAME": "Image name",
|
|
158
157
|
"IMAGE_NAME_DESCRIPTION": "The name of the built container image (default for this function: <b>{{defaultImageName}}</b>)",
|
|
159
158
|
"IMPORT": "Import",
|