iguazio.dashboard-controls 1.0.10-1.13.x → 1.0.11
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 -1
- package/dist/i18n/en/functions.json +1 -2
- package/dist/images/ic-alert-message.svg +1 -1
- package/dist/images/oops.png +0 -0
- package/dist/images/shape.svg +1 -1
- package/dist/js/iguazio.dashboard-controls.js +12373 -12386
- package/dist/less/iguazio.dashboard-controls.less +1241 -1245
- package/package.json +2 -2
- package/src/i18n/en/common.json +1 -1
- package/src/i18n/en/functions.json +1 -2
- package/src/igz_controls/services/validation.service.js +31 -30
- package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.component.js +2 -1
- package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.tpl.html +1 -0
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.component.js +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.component.js +3 -3
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.component.js +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +19 -15
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +9 -2
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.component.js +1 -1
- package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +1 -11
- package/src/nuclio/functions/version/version-triggers/version-triggers.less +0 -4
- package/src/nuclio/functions/version/version-triggers/version-triggers.tpl.html +0 -16
package/dist/i18n/en/common.json
CHANGED
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"DISABLING": "Disabling",
|
|
104
104
|
"DISCARD": "Discard",
|
|
105
105
|
"DISCARD_ALL_PENDING_CHANGES_CONFIRM": "Discard all pending changes?",
|
|
106
|
-
"DO_NOT_CREATE_HTTP_TRIGGER_BY_DEFAULT": "Do not create http trigger by default",
|
|
107
106
|
"DO_NOT_SHOW_AGAIN": "Do not show again",
|
|
108
107
|
"DOCS": "Docs",
|
|
109
108
|
"DONE": "Done",
|
|
@@ -524,6 +523,7 @@
|
|
|
524
523
|
"UNDO_EDIT": "Undo edit",
|
|
525
524
|
"UNDO_RESTART": "Undo restart",
|
|
526
525
|
"UNHEALTHY": "Unhealthy",
|
|
526
|
+
"UNIQUENESS": "Uniqueness",
|
|
527
527
|
"UNKNOWN": "Unknown",
|
|
528
528
|
"UNSTABLE": "Unstable",
|
|
529
529
|
"UPDATE": "Update",
|
|
@@ -185,6 +185,7 @@
|
|
|
185
185
|
"NO_INTERNET_ACCESS": "No internet access",
|
|
186
186
|
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
|
|
187
187
|
"NODE_SELECTORS": "Node selector",
|
|
188
|
+
"NODE_SELECTORS_MORE_INFO": "Node-selector values set in the global settings or project settings are not shown. Keep the “Key” and delete the “Value” to remove the global or project setting.",
|
|
188
189
|
"NORMAL": "Normal",
|
|
189
190
|
"NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
|
|
190
191
|
"NOT_YET_DEPLOYED": "Not yet deployed",
|
|
@@ -323,7 +324,6 @@
|
|
|
323
324
|
"DEPLOY_IN_PROGRESS": "Deploy is already in-progress",
|
|
324
325
|
"DISABLE_CACHE": "Build the function's Docker image from scratch without reusing any previously built Docker image layers",
|
|
325
326
|
"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
327
|
"GIT": {
|
|
328
328
|
"BRANCH": "The Git repository branch from which to download the function code",
|
|
329
329
|
"BRANCH_TAG_REFERENCE_DISABLED": "Exactly one of Branch, Tag, and Reference fields must be filled. When one is filled, the others are disabled.",
|
|
@@ -388,7 +388,6 @@
|
|
|
388
388
|
"TRIGGER_CRON_INTERVAL_NO_SCHEDULE": "Applicable only when \"Schedule\" is empty",
|
|
389
389
|
"TRIGGER_SECRET_ACCESS_KEY": "\"{{triggerName}}\" trigger secret access key",
|
|
390
390
|
"TRIGGERS_NOT_FOUND": "There are currently no triggers, you can create a trigger by clicking the ‘Create a new trigger’ button",
|
|
391
|
-
"UNIQUENESS": "Uniqueness",
|
|
392
391
|
"UNSPECIFIED_FIELD_NAME": "Unspecified field name",
|
|
393
392
|
"URL_NOT_EXPOSED": "URL not exposed",
|
|
394
393
|
"V3IO": "V3IO",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="29"><path fill="#E54158" fill-rule="evenodd" d="M33.722 28.027a1.93 1.93 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="29"><path fill="#E54158" fill-rule="evenodd" d="M33.722 28.027a1.93 1.93 0 0 1-1.674.971H1.927c-.691 0-1.33-.37-1.675-.971a1.957 1.957 0 0 1 .001-1.941L15.315.965a1.933 1.933 0 0 1 1.672-.967c.689 0 1.327.369 1.672.967L33.72 26.086c.347.6.347 1.34.002 1.941zM16.987 1.937L1.927 27.058h30.121L16.987 1.937zM17.997 11v8h-2v-8h2zm0 12h-2v-2h2v2z"/></svg>
|
package/dist/images/oops.png
CHANGED
|
Binary file
|
package/dist/images/shape.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="152" height="121"><path fill="#FDBC5A" fill-rule="evenodd" d="M142.99 89.987c-4.966 0-9.009-4.031-9.009-8.985 0-4.955 4.043-8.986 9.009-8.986 4.968 0 9.008 4.031 9.008 8.986 0 4.954-4.04 8.985-9.008 8.985zm0-16.473c-4.145 0-7.507 3.352-7.507 7.488 0 4.134 3.362 7.487 7.507 7.487 4.146 0 7.507-3.353 7.507-7.487 0-4.136-3.361-7.488-7.507-7.488zm2.428 11.199h-.112c-.463 0-.708-.25-.708-.721v-3.637c0-1.197-.445-1.708-1.488-1.708-1.041 0-1.713.891-1.713 2.27v3.075c0 .478-.247.721-.737.721h-.098c-.485 0-.722-.236-.722-.721v-5.855c0-.472.249-.721.722-.721h.098c.481 0 .724.242.724.721v.084c.45-.515 1.148-.931 1.979-.931 1.767 0 2.778 1.101 2.778 3.023v3.679c0 .485-.236.721-.723.721zm-10.752-27.232c-.471 0-.824-.355-.942-.948v-5.217c0-.593.471-.949.942-.949.588 0 .943.474.943.949v5.217a.933.933 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="152" height="121"><path fill="#FDBC5A" fill-rule="evenodd" d="M142.99 89.987c-4.966 0-9.009-4.031-9.009-8.985 0-4.955 4.043-8.986 9.009-8.986 4.968 0 9.008 4.031 9.008 8.986 0 4.954-4.04 8.985-9.008 8.985zm0-16.473c-4.145 0-7.507 3.352-7.507 7.488 0 4.134 3.362 7.487 7.507 7.487 4.146 0 7.507-3.353 7.507-7.487 0-4.136-3.361-7.488-7.507-7.488zm2.428 11.199h-.112c-.463 0-.708-.25-.708-.721v-3.637c0-1.197-.445-1.708-1.488-1.708-1.041 0-1.713.891-1.713 2.27v3.075c0 .478-.247.721-.737.721h-.098c-.485 0-.722-.236-.722-.721v-5.855c0-.472.249-.721.722-.721h.098c.481 0 .724.242.724.721v.084c.45-.515 1.148-.931 1.979-.931 1.767 0 2.778 1.101 2.778 3.023v3.679c0 .485-.236.721-.723.721zm-10.752-27.232c-.471 0-.824-.355-.942-.948v-5.217c0-.593.471-.949.942-.949.588 0 .943.474.943.949v5.217a.933.933 0 0 1-.943.948zm0-10.553c-.471 0-.824-.474-.942-.948V29.736c0-.593.471-.949.942-.949.588 0 .943.475.943.949V45.98a.933.933 0 0 1-.943.948zm-4.528-37.08a.89.89 0 0 1-.588-.237l-1.885-1.779a.937.937 0 0 1 0-1.304.92.92 0 0 1 1.296 0l1.766 1.778a.938.938 0 0 1 0 1.305.904.904 0 0 1-.589.237zm-1.177-6.047a.896.896 0 0 1-.589.237c-.235 0-.472-.118-.707-.237a.937.937 0 0 1 0-1.304l1.767-1.779a.919.919 0 0 1 1.295 0 .937.937 0 0 1 0 1.304l-1.766 1.779zm-1.416 81.267c0 2.024-1.697 3.734-3.708 3.734H18.721c-2.08 0-3.709-1.641-3.709-3.734V20.962c0-2.024 1.699-3.735 3.709-3.735h105.116c2.011 0 3.708 1.711 3.708 3.735v64.106zm-1.766-64.106c0-1.042-.908-1.957-1.942-1.957H18.721c-1.036 0-1.722.952-1.722 1.995v8.321h108.78v-8.359zm0 10.138H16.999V85c0 1.115.614 2.024 1.722 2.024h105.116c1.034 0 1.942-.914 1.942-1.956V31.1zm-13.363 29.686h-32.14c-.589 0-.943-.474-.943-.948V47.981c0-.593.472-.949.943-.949h32.14c.471 0 .943.356.943.948v11.858a.933.933 0 0 1-.943.948zm-.941-11.975H81.1v10.078h30.375V48.811zM97.32 43.002H80.276a.933.933 0 0 1-.943-.949c0-.593.472-.949.943-.949H97.32c.589 0 .942.475.942.949a.932.932 0 0 1-.942.949zM74.743 60.668H29.437a.932.932 0 0 1-.943-.949V47.862c0-.593.471-.948.943-.948h45.306c.588 0 .942.474.942.948v11.857a.932.932 0 0 1-.942.949zm-.942-11.857h-43.54v10.078h43.54V48.811zm-15.542-5.809H29.437a.932.932 0 0 1-.943-.949c0-.593.471-.949.943-.949h28.822c.588 0 .942.475.942.949a.932.932 0 0 1-.942.949zM30.726 69.988h3.501v-3.637c0-.491.395-.889.882-.889.488 0 .884.398.884.889v3.637h3.5c.486 0 .882.398.882.889a.886.886 0 0 1-.882.889h-3.5v3.637a.887.887 0 0 1-.884.889.886.886 0 0 1-.882-.889v-3.637h-3.501a.886.886 0 0 1-.882-.889c0-.491.395-.889.882-.889zm92.35-60.377a.904.904 0 0 1-.589.237c-.236 0-.471 0-.707-.237a.936.936 0 0 1 0-1.305l1.766-1.778a.917.917 0 0 1 1.294 0 .933.933 0 0 1 0 1.304l-1.764 1.779zm1.176-5.573a.894.894 0 0 1-.589-.237l-1.883-1.779a.935.935 0 0 1 0-1.304.92.92 0 0 1 1.296 0l1.764 1.779a.933.933 0 0 1 0 1.304.89.89 0 0 1-.588.237zm-78.229 4.83H31.78c-.588 0-.941-.474-.941-.949 0-.474.47-.83.941-.948h14.243c.587 0 .942.474.942.948a.932.932 0 0 1-.942.949zm-6.239-4.98h-3.178a.931.931 0 0 1-.941-.949c0-.592.47-.948.941-.948h3.178c.588 0 .942.356.942.948 0 .593-.47.949-.942.949zM22.482 6.971h4.59c.589 0 .942.474.942.948a.932.932 0 0 1-.942.949h-4.59c-.588 0-.943-.474-.943-.949 0-.474.471-.83.943-.948zm9.887-3.083h-9.887c-.472 0-.943-.356-.943-.83s.471-.949.943-1.067h9.887c.589 0 .941.356.941.948 0 .593-.47.949-.941.949zM8.303 29.973a.887.887 0 0 1-.588.237.891.891 0 0 1-.588-.237.935.935 0 0 1 0-1.304l1.765-1.778c.353-.356.942-.356 1.177 0a.935.935 0 0 1 0 1.304l-1.766 1.778zm0 2.727l1.65 1.779a.939.939 0 0 1 0 1.304.9.9 0 0 1-.589.237.89.89 0 0 1-.589-.237l-1.766-1.778a.936.936 0 0 1 0-1.305.92.92 0 0 1 1.294 0zm-.647 15.243v16.245a.932.932 0 0 1-.941.948c-.589 0-.943-.474-.943-.948V48.062c0-.593.472-.949.943-.949.47 0 .823.356.941.83zm-5.12-12.16a.894.894 0 0 1-.588.237.894.894 0 0 1-.589-.237.935.935 0 0 1 0-1.304L3.125 32.7c.235-.355.824-.355 1.177 0a.938.938 0 0 1 0 1.305l-1.766 1.778zm1.06-5.573a.894.894 0 0 1-.589-.237L1.24 28.195a.939.939 0 0 1 0-1.304.92.92 0 0 1 1.296 0l1.648 1.778a.935.935 0 0 1 0 1.304.894.894 0 0 1-.588.237zm3.119 38.483c.47 0 .823.356.941.949v5.217a.931.931 0 0 1-.941.948c-.589 0-.943-.474-.943-.948v-5.217c0-.593.472-.949.943-.949zm26.29 34.295c3.856 0 6.993 3.14 6.993 7.001 0 3.86-3.137 7-6.993 7-3.858 0-6.995-3.14-6.995-7 0-3.861 3.137-7.001 6.995-7.001zm0 12.835a5.83 5.83 0 0 0 5.828-5.834 5.83 5.83 0 0 0-5.828-5.834 5.831 5.831 0 0 0-5.829 5.834 5.831 5.831 0 0 0 5.829 5.834zm-1.885-8.627h.076c.372 0 .561.188.561.561v.066c.35-.401.891-.726 1.537-.726 1.372 0 2.156.858 2.156 2.355v2.867c0 .377-.183.562-.56.562h-.088c-.36 0-.55-.195-.55-.562v-2.834c0-.932-.346-1.331-1.155-1.331-.808 0-1.329.695-1.329 1.769v2.396c0 .372-.193.562-.572.562h-.076c-.378 0-.561-.185-.561-.562v-4.562c0-.367.193-.561.561-.561zm73.538-8.191a.894.894 0 0 1-.587-.237l-1.766-1.779a.933.933 0 0 1 0-1.304.919.919 0 0 1 1.295 0l1.646 1.779a.931.931 0 0 1 0 1.304.89.89 0 0 1-.588.237zm.588 3.913l-1.764 1.778a.896.896 0 0 1-.588.237.892.892 0 0 1-.589-.237.933.933 0 0 1 0-1.304l1.766-1.778c.352-.356.941-.356 1.175 0a.931.931 0 0 1 0 1.304zm4.121-1.304l1.648 1.778a.933.933 0 0 1 0 1.304.894.894 0 0 1-.589.237.896.896 0 0 1-.588-.237l-1.766-1.778a.935.935 0 0 1 0-1.304.919.919 0 0 1 1.295 0zm.59-5.929c.351-.356.823-.356 1.176 0a.937.937 0 0 1 0 1.304l-1.766 1.779a.899.899 0 0 1-.588.237.9.9 0 0 1-.589-.237.935.935 0 0 1 0-1.304l1.767-1.779zm-8.259 18.425h14.243c.588 0 .942.474.942.948s-.354.83-.942.949h-14.243c-.588 0-.941-.356-.941-.949a.93.93 0 0 1 .941-.948zm6.24 4.979h3.176c.472 0 .943.356.943.949a.932.932 0 0 1-.943.949h-3.176c-.589 0-.943-.475-.943-.949 0-.593.471-.949.943-.949zm17.301-3.082h-4.59c-.588 0-.942-.356-.942-.949s.471-.948.942-.948h4.59c.589 0 .942.355.942.948s-.47.949-.942.949zm-9.887 3.082h9.887c.589 0 .942.356.942.949s-.47.949-.942.949h-9.887c-.588 0-.942-.475-.942-.949 0-.593.471-.949.942-.949z"/></svg>
|