@c8y/ngx-components 1021.56.5 → 1021.57.0
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 -6
- 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 -12
- 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/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
|
@@ -2194,7 +2194,7 @@ class AddMicroserviceComponent {
|
|
|
2194
2194
|
this.modal = modal;
|
|
2195
2195
|
this.tenantService = tenantService;
|
|
2196
2196
|
this.docs = docs;
|
|
2197
|
-
this.slaHref = this.docs.getUserGuideLink('docs/
|
|
2197
|
+
this.slaHref = this.docs.getUserGuideLink('docs/service-terms/service-level/#microservices-sla');
|
|
2198
2198
|
this.headerText = gettext('Add microservice');
|
|
2199
2199
|
this.successText = gettext('Microservice created');
|
|
2200
2200
|
this.createMicroserviceApplicationHandler = (f) => this.createMicroserviceApplication(f);
|