Add proper status page for datasync

or rather, it's a good start..  plenty more could be added
This commit is contained in:
Lance Edgar 2022-08-15 21:06:19 -05:00
parent 839c4e0c28
commit 065f845707
6 changed files with 361 additions and 113 deletions

View file

@ -4,7 +4,7 @@
<%def name="context_menu_items()">
${parent.context_menu_items()}
% if request.has_perm('datasync.list'):
<li>${h.link_to("View DataSync Threads", url('datasync'))}</li>
<li>${h.link_to("View DataSync Status", url('datasync.status'))}</li>
% endif
</%def>