- Added anchor to Grafana in URL of OSD, Overall Performance
- Fixed URL in Object Gateway, Buckets
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
}
const releaseName = this.cephReleaseNamePipe.transform(summary.version);
- this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/dashboard/
- #enabling-the-object-gateway-management-frontend`;
+ this.docsUrl =
+ `http://docs.ceph.com/docs/${releaseName}/mgr/dashboard/` +
+ `#enabling-the-object-gateway-management-frontend`;
setTimeout(() => {
subs.unsubscribe();
}
const releaseName = this.cephReleaseNamePipe.transform(summary.version);
- this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/dashboard/`;
+ this.docsUrl =
+ `http://docs.ceph.com/docs/${releaseName}/mgr/dashboard/` +
+ `#enabling-the-embedding-of-grafana-dashboards`;
setTimeout(() => {
subs.unsubscribe();