iguazio.dashboard-controls 0.37.21 → 0.37.22
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 +2 -1
- package/dist/js/iguazio.dashboard-controls.js +9374 -9375
- package/dist/less/iguazio.dashboard-controls.less +2578 -2562
- package/package.json +1 -1
- package/src/i18n/en/functions.json +2 -1
- package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.component.js +6 -5
- package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.less +9 -0
- package/src/igz_controls/components/multiple-checkboxes/multiple-checkboxes.tpl.html +4 -0
- package/src/igz_controls/services/table-size.service.js +10 -10
- package/src/igz_controls/services/validation.service.js +19 -10
- package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.tpl.html +7 -7
- package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.tpl.html +5 -5
- package/src/nuclio/functions/functions.less +7 -0
- package/src/nuclio/functions/functions.tpl.html +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.component.js +1 -10
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.component.js +2 -2
- package/src/nuclio/functions/version/version.component.js +1 -1
|
@@ -181,7 +181,8 @@
|
|
|
181
181
|
"NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...",
|
|
182
182
|
"NODE_SELECTORS": "Node selector",
|
|
183
183
|
"NORMAL": "Normal",
|
|
184
|
-
"
|
|
184
|
+
"NOT_START_WITH_FORBIDDEN_WORDS_ANNOTATION": "Must not start with 'kubernetes.io', 'k8s.io'",
|
|
185
|
+
"NOT_START_WITH_FORBIDDEN_WORDS_LABEL": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'",
|
|
185
186
|
"NOT_YET_DEPLOYED": "Not yet deployed",
|
|
186
187
|
"OAUTH2": "OAuth2",
|
|
187
188
|
"ONBUILD_IMAGE": "Onbuild image",
|