mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
mgr/dashboard: correct Orchestrator documentation link
Fixes: https://tracker.ceph.com/issues/44708 Signed-off-by: Tatjana Dehler <tdehler@suse.com>
This commit is contained in:
parent
5132d9851d
commit
6e91edb287
@ -23,7 +23,7 @@ export class OrchestratorDocPanelComponent implements OnInit {
|
||||
}
|
||||
|
||||
const releaseName = this.cephReleaseNamePipe.transform(summary.version);
|
||||
this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/orchestrator_cli/`;
|
||||
this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/orchestrator/`;
|
||||
|
||||
setTimeout(() => {
|
||||
subs.unsubscribe();
|
||||
|
Loading…
Reference in New Issue
Block a user