From 875f0bd6f5a3438bb784194b95339192d8669941 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Fri, 16 Mar 2018 12:04:11 -0400 Subject: [PATCH] mgr/dashboard: block mirroring page should show Ceph version Signed-off-by: Jason Dillaman --- .../src/app/ceph/block/mirroring/mirroring.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5