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: wip-pdonnell-testing-20180329.205607~81^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=875f0bd6f5a3438bb784194b95339192d8669941;p=ceph-ci.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 63e960ef52e..b52865e1180 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