]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Asynchronous tasks front-end
authorRicardo Marques <rimarques@suse.com>
Mon, 19 Mar 2018 15:06:51 +0000 (15:06 +0000)
committerRicardo Marques <rimarques@suse.com>
Thu, 12 Apr 2018 11:13:17 +0000 (12:13 +0100)
commite21d9b1ccc152294c3ef7167e7e1c7b2562ba75f
tree70eefeed69a4b7c577544ed383d84dc03cc708fb
parent34232b347bba241c8e33f6271192bb6b37e07650
mgr/dashboard: Asynchronous tasks front-end

Signed-off-by: Ricardo Marques <rimarques@suse.com>
19 files changed:
src/pybind/mgr/dashboard/HACKING.rst
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/task-manager/task-manager.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/executing-task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/finished-task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/task-exception.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/task.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-interceptor.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/services.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager-message.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager.service.ts [new file with mode: 0644]