]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Re-enable OSD's table autoReload 36226/head
authorTiago Melo <tmelo@suse.com>
Wed, 17 Jun 2020 16:38:25 +0000 (16:38 +0000)
committerKiefer Chang <kiefer.chang@suse.com>
Tue, 21 Jul 2020 12:40:11 +0000 (20:40 +0800)
commit3e982155c7cf7ea1e98c3b53ae0276d76c559bf6
treefd9d313ebae8cf1609f01110a1cf0579c58bdb36
parent305a4bdfabd1c813289faf414fc2feb355bc2178
mgr/dashboard: Re-enable OSD's table autoReload

Fixes: https://tracker.ceph.com/issues/45303
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit e5d94e24ecf676afc5bca7810459f8d1ebda4642)

Conflicts:
  src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html
    - Template structure change
  src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
    - Template structure change
  src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.ts
    - Optional chaining is not available in older version of TypeScript, use
      `_.get` to implement it.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/device-list/device-list.component.ts