Add page for configuring datasync
experimental! until proven worthy..
This commit is contained in:
parent
bb0666b77d
commit
8aff5d519d
3 changed files with 954 additions and 15 deletions
|
@ -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()}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue