iguazio.dashboard-controls 0.37.18 → 0.37.19
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 -0
- package/dist/i18n/en/functions.json +1 -0
- package/dist/images/globe.png +0 -0
- package/dist/images/mCSB_buttons.png +0 -0
- package/dist/js/iguazio.dashboard-controls.js +2827 -2774
- package/dist/less/iguazio.dashboard-controls.less +1028 -1028
- package/package.json +1 -1
- package/src/i18n/en/common.json +1 -0
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/components/size/size.component.js +28 -6
- package/src/igz_controls/services/table-size.service.js +13 -9
- package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.component.js +2 -0
- package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.tpl.html +14 -0
- package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.component.js +1 -0
- package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.tpl.html +13 -0
- package/src/nuclio/functions/functions.component.js +22 -0
- package/src/nuclio/functions/functions.service.js +1 -0
- package/src/nuclio/functions/functions.tpl.html +7 -0
- package/src/nuclio/functions/version/version.component.js +47 -40
package/dist/i18n/en/common.json
CHANGED
|
@@ -377,6 +377,7 @@
|
|
|
377
377
|
"UNSPECIFIED_FIELD_NAME": "Unspecified field name",
|
|
378
378
|
"URL_NOT_EXPOSED": "URL not exposed",
|
|
379
379
|
"V3IO": "V3IO",
|
|
380
|
+
"V3IO_INVALID_REPLICAS_MSG": "V3io_stream trigger requires min and max replicas to be the same",
|
|
380
381
|
"VIEW_YAML": "View YAML",
|
|
381
382
|
"VOLUMES": "Volumes",
|
|
382
383
|
"ALWAYS_WAIT_FOR_READINESS_TIMEOUT_EXPIRATION": "Always wait for readiness-timeout expiration",
|
|
Binary file
|
|
Binary file
|