@c8y/ngx-components 1021.22.60 → 1021.22.64

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 (31) hide show
  1. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  2. package/context-dashboard/context-dashboard.service.d.ts +1 -1
  3. package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
  4. package/core/dashboard/dashboard.model.d.ts +1 -1
  5. package/core/dashboard/dashboard.model.d.ts.map +1 -1
  6. package/core/dashboard/widgets-dashboard.component.d.ts +3 -2
  7. package/core/dashboard/widgets-dashboard.component.d.ts.map +1 -1
  8. package/ecosystem/microservices/add-microservice.component.d.ts.map +1 -1
  9. package/esm2022/context-dashboard/context-dashboard.component.mjs +2 -8
  10. package/esm2022/context-dashboard/context-dashboard.service.mjs +14 -8
  11. package/esm2022/context-dashboard/dashboard-detail.component.mjs +2 -2
  12. package/esm2022/core/dashboard/dashboard.model.mjs +2 -2
  13. package/esm2022/core/dashboard/widgets-dashboard.component.mjs +9 -8
  14. package/esm2022/ecosystem/microservices/add-microservice.component.mjs +2 -2
  15. package/esm2022/upgrade/upgraded-services/roles.service.mjs +1 -1
  16. package/esm2022/user-roles/roles-asset-tree/roles-asset-tree.component.mjs +2 -2
  17. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +14 -14
  18. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-user-roles.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components-user-roles.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components.mjs +8 -7
  25. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  26. package/locales/de.po +3 -4
  27. package/locales/fr.po +7 -7
  28. package/locales/ja_JP.po +2 -2
  29. package/package.json +1 -1
  30. package/upgrade/upgraded-services/roles.service.d.ts +1 -1
  31. package/upgrade/upgraded-services/roles.service.d.ts.map +1 -1
@@ -1386,7 +1386,7 @@ class AddMicroserviceComponent {
1386
1386
  this.modal = modal;
1387
1387
  this.tenantService = tenantService;
1388
1388
  this.docs = docs;
1389
- this.slaHref = this.docs.getUserGuideLink('docs/microservice-sdk/microservices-sla');
1389
+ this.slaHref = this.docs.getUserGuideLink('docs/service-terms/service-level/#microservices-sla');
1390
1390
  this.headerText = gettext('Add microservice');
1391
1391
  this.successText = gettext('Microservice created');
1392
1392
  this.createMicroserviceApplicationHandler = (f) => this.createMicroserviceApplication(f);