audit-logs: introduced new view to replace admin journal.
- audit logs will represent the all important actions made inside the system - raw view visible for super-admins
This commit is contained in:
parent
1e57ca4444
commit
7216dd64ff
33 changed files with 272 additions and 146 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<%def name="breadcrumbs_links()">
|
||||
<input class="q_filter_box" id="q_filter" size="15" type="text" name="filter" placeholder="${_('quick filter...')}" value=""/>
|
||||
${h.link_to(_('Admin'),h.url('admin_home'))} » <span id="repo_count">0</span> ${_('repositories')}
|
||||
${h.link_to(_('Admin'),h.route_path('admin_home'))} » <span id="repo_count">0</span> ${_('repositories')}
|
||||
</%def>
|
||||
|
||||
<%def name="menu_bar_nav()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue