@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.
- package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
- package/context-dashboard/context-dashboard.service.d.ts +1 -1
- package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
- package/core/dashboard/dashboard.model.d.ts +1 -1
- package/core/dashboard/dashboard.model.d.ts.map +1 -1
- package/core/dashboard/widgets-dashboard.component.d.ts +3 -2
- package/core/dashboard/widgets-dashboard.component.d.ts.map +1 -1
- package/ecosystem/microservices/add-microservice.component.d.ts.map +1 -1
- package/esm2022/context-dashboard/context-dashboard.component.mjs +2 -8
- package/esm2022/context-dashboard/context-dashboard.service.mjs +14 -8
- package/esm2022/context-dashboard/dashboard-detail.component.mjs +2 -2
- package/esm2022/core/dashboard/dashboard.model.mjs +2 -2
- package/esm2022/core/dashboard/widgets-dashboard.component.mjs +9 -8
- package/esm2022/ecosystem/microservices/add-microservice.component.mjs +2 -2
- package/esm2022/upgrade/upgraded-services/roles.service.mjs +1 -1
- package/esm2022/user-roles/roles-asset-tree/roles-asset-tree.component.mjs +2 -2
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +14 -14
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-user-roles.mjs +1 -1
- package/fesm2022/c8y-ngx-components-user-roles.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +8 -7
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +3 -4
- package/locales/fr.po +7 -7
- package/locales/ja_JP.po +2 -2
- package/package.json +1 -1
- package/upgrade/upgraded-services/roles.service.d.ts +1 -1
- 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/
|
|
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);
|