]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Refactor performance counter service 21673/head
authorVolker Theile <vtheile@suse.com>
Thu, 26 Apr 2018 12:33:24 +0000 (14:33 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 26 Apr 2018 14:07:37 +0000 (16:07 +0200)
commit9ed646109778e482e34ba303d5f648b1624e80d9
tree4d68d8d92ece64b8c0dd259efba0312c0364d270
parent0054a2a829f0a0bdc46d86ce7c8eb40becbb6213
mgr/dashboard: Refactor performance counter service

- Rename performance counter service
- Return an Observable instead of a Promise object

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/api.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-counter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-counter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/table-performance-counter.service.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/table-performance-counter.service.ts [deleted file]