From: Jason Dillaman Date: Fri, 16 Mar 2018 16:04:11 +0000 (-0400) Subject: mgr/dashboard: block mirroring page should show Ceph version X-Git-Tag: v13.1.0~524^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20941%2Fhead;p=ceph.git mgr/dashboard: block mirroring page should show Ceph version Signed-off-by: Jason Dillaman --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts index 63e960ef52e4..b52865e1180b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts @@ -54,7 +54,7 @@ export class MirroringComponent implements OnInit { { prop: 'id', name: 'ID', flexGrow: 2 }, { prop: 'server_hostname', name: 'Hostname', flexGrow: 2 }, { - prop: 'server_hostname', + prop: 'version', name: 'Version', pipe: this.cephShortVersionPipe, flexGrow: 2