]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix links to documentations
authorPatrick Nawracay <pnawracay@suse.com>
Tue, 30 Oct 2018 13:41:20 +0000 (14:41 +0100)
committerPatrick Nawracay <pnawracay@suse.com>
Tue, 30 Oct 2018 13:58:37 +0000 (14:58 +0100)
- Added anchor to Grafana in URL of OSD, Overall Performance
- Fixed URL in Object Gateway, Buckets

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts

index 666ada886bc1c4a44c5c2681ec0466d0bf3a89ab..67fb868acb453c0bf8470c7b7629c9b2929baa4c 100644 (file)
@@ -27,8 +27,9 @@ export class Rgw501Component implements OnInit, OnDestroy {
       }
 
       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();
index 47b80a08a02ba6141c9b19790464eb1cbdd66d52..2b3c044f1ea25750b34dcd2984865ac12ed12084 100644 (file)
@@ -55,7 +55,9 @@ export class GrafanaComponent implements OnInit, OnChanges {
       }
 
       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();