Add proper status page for datasync
or rather, it's a good start.. plenty more could be added
This commit is contained in:
parent
839c4e0c28
commit
065f845707
6 changed files with 361 additions and 113 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue