iguazio.dashboard-controls 0.39.5 → 0.39.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 +2 -0
- package/dist/i18n/en/functions.json +0 -2
- package/dist/js/iguazio.dashboard-controls.js +4056 -4056
- package/dist/less/iguazio.dashboard-controls.less +957 -957
- package/package.json +1 -1
- package/src/i18n/en/common.json +2 -0
- package/src/i18n/en/functions.json +0 -2
- package/src/nuclio/common/components/collapsing-row/collapsing-row.tpl.html +2 -2
- package/src/nuclio/common/components/edit-item/edit-item.tpl.html +2 -2
- package/src/nuclio/functions/functions.service.js +1 -1
package/dist/i18n/en/common.json
CHANGED
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
"HIDE_CHART": "Hide chart",
|
|
256
256
|
"HIGH": "High",
|
|
257
257
|
"HOME": "Home",
|
|
258
|
+
"HOST_PATH": "Host path",
|
|
258
259
|
"ID": "ID",
|
|
259
260
|
"IDENTITY": "Identity",
|
|
260
261
|
"IDP": "IdP",
|
|
@@ -370,6 +371,7 @@
|
|
|
370
371
|
"ENTER_EMAIL_ADDRESS": "Enter email address...",
|
|
371
372
|
"ENTER_FIRST_NAME": "Enter first name...",
|
|
372
373
|
"ENTER_GENERIC": "Enter {{fieldName}}...",
|
|
374
|
+
"ENTER_HOST_PATH": "Enter host path...",
|
|
373
375
|
"ENTER_PASSWORD": "Enter password...",
|
|
374
376
|
"ENTER_PATH": "Enter path...",
|
|
375
377
|
"ENTER_PROJECT_NAME": "Enter project name...",
|
|
@@ -142,7 +142,6 @@
|
|
|
142
142
|
"HEADERS": "Headers",
|
|
143
143
|
"HISTORY": "History",
|
|
144
144
|
"HOST": "Host",
|
|
145
|
-
"HOST_PATH": "Host path",
|
|
146
145
|
"HUGE": "Huge",
|
|
147
146
|
"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>.",
|
|
148
147
|
"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>",
|
|
@@ -214,7 +213,6 @@
|
|
|
214
213
|
"ENTER_ENDPOINT": "Enter endpoint",
|
|
215
214
|
"ENTER_EVENT_BODY": "Enter event body...",
|
|
216
215
|
"ENTER_FUNCTION_NAME": "Enter function name...",
|
|
217
|
-
"ENTER_HOST_PATH": "Enter host path...",
|
|
218
216
|
"ENTER_IMAGE": "Enter image...",
|
|
219
217
|
"ENTER_IMAGE_NAME": "Enter image name...",
|
|
220
218
|
"ENTER_KEY": "Enter key...",
|