iguazio.dashboard-controls 1.2.19-vistra-logs → 1.3.0
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 +3911 -3901
- package/dist/less/iguazio.dashboard-controls.less +2079 -2079
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/components/log-table-row/log-table-row.component.spec.js +28 -5
- package/src/igz_controls/components/toast-status-panel/toast-status-panel.component.spec.js +1 -1
- package/src/nuclio/api-gateways/api-gateways.service.js +5 -0
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.spec.js +6 -14
- package/src/nuclio/functions/functions.component.js +2 -1
- package/src/nuclio/functions/functions.service.js +3 -1
- package/src/nuclio/functions/version/version-code/version-code.component.js +9 -0
- package/src/nuclio/functions/version/version-code/version-code.tpl.html +16 -15
- package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +2 -1
- package/src/nuclio/functions/version/version.component.js +6 -18
|
@@ -153,6 +153,7 @@
|
|
|
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",
|
|
156
157
|
"IMAGE_NAME": "Image name",
|
|
157
158
|
"IMAGE_NAME_DESCRIPTION": "The name of the built container image (default for this function: <b>{{defaultImageName}}</b>)",
|
|
158
159
|
"IMPORT": "Import",
|