]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: block mirroring page should show Ceph version 20941/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 16 Mar 2018 16:04:11 +0000 (12:04 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 16 Mar 2018 18:16:40 +0000 (14:16 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts

index 63e960ef52e425f5358f2a917cdb43427a384d92..b52865e1180b59af860b556736cc65acbba3a99a 100644 (file)
@@ -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