iguazio.dashboard-controls 1.0.10 → 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.
Files changed (17) hide show
  1. package/dist/i18n/en/common.json +1 -0
  2. package/dist/i18n/en/functions.json +1 -1
  3. package/dist/js/iguazio.dashboard-controls.js +7015 -7013
  4. package/dist/less/iguazio.dashboard-controls.less +2008 -2008
  5. package/package.json +1 -1
  6. package/src/i18n/en/common.json +1 -0
  7. package/src/i18n/en/functions.json +1 -1
  8. package/src/igz_controls/services/validation.service.js +5 -1
  9. package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.component.js +2 -1
  10. package/src/nuclio/api-gateways/new-api-gateway-wizard/new-api-gateway-wizard.tpl.html +1 -0
  11. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.component.js +1 -1
  12. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.component.js +3 -3
  13. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.component.js +1 -1
  14. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.component.js +1 -1
  15. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +9 -2
  16. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.component.js +1 -1
  17. package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +1 -1
@@ -523,6 +523,7 @@
523
523
  "UNDO_EDIT": "Undo edit",
524
524
  "UNDO_RESTART": "Undo restart",
525
525
  "UNHEALTHY": "Unhealthy",
526
+ "UNIQUENESS": "Uniqueness",
526
527
  "UNKNOWN": "Unknown",
527
528
  "UNSTABLE": "Unstable",
528
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",
@@ -387,7 +388,6 @@
387
388
  "TRIGGER_CRON_INTERVAL_NO_SCHEDULE": "Applicable only when \"Schedule\" is empty",
388
389
  "TRIGGER_SECRET_ACCESS_KEY": "\"{{triggerName}}\" trigger secret access key",
389
390
  "TRIGGERS_NOT_FOUND": "There are currently no triggers, you can create a trigger by clicking the ‘Create a new trigger’ button",
390
- "UNIQUENESS": "Uniqueness",
391
391
  "UNSPECIFIED_FIELD_NAME": "Unspecified field name",
392
392
  "URL_NOT_EXPOSED": "URL not exposed",
393
393
  "V3IO": "V3IO",