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:
Tatjana Dehler 2020-03-23 11:45:53 +01:00
parent 5132d9851d
commit 6e91edb287

View File

@ -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();