Add page for configuring datasync

experimental! until proven worthy..
This commit is contained in:
Lance Edgar 2021-11-29 17:23:01 -06:00
parent bb0666b77d
commit 8aff5d519d
3 changed files with 954 additions and 15 deletions

View file

@ -1,6 +1,13 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/index.mako" />
<%def name="context_menu_items()">
${parent.context_menu_items()}
% if master.has_perm('configure'):
${h.link_to("Configure DataSync", url('datasync.configure'))}
% endif
</%def>
<%def name="grid_tools()">
${parent.grid_tools()}