Add basic Buefy support for App Settings page
also various buttons have been tweaked on some other "master view" pages
This commit is contained in:
parent
e1ff4578e9
commit
fcfc8b56bb
13 changed files with 245 additions and 52 deletions
|
@ -5,16 +5,16 @@
|
|||
${parent.grid_tools()}
|
||||
|
||||
% if request.has_perm('datasync.restart'):
|
||||
${h.form(url('datasync.restart'), name='restart-datasync', class_='autodisable')}
|
||||
${h.form(url('datasync.restart'), name='restart-datasync', class_='autodisable control')}
|
||||
${h.csrf_token(request)}
|
||||
${h.submit('submit', "Restart DataSync", data_working_label="Restarting DataSync")}
|
||||
${h.submit('submit', "Restart DataSync", data_working_label="Restarting DataSync", class_='button')}
|
||||
${h.end_form()}
|
||||
% endif
|
||||
|
||||
% if allow_filemon_restart and request.has_perm('filemon.restart'):
|
||||
${h.form(url('filemon.restart'), name='restart-filemon', class_='autodisable')}
|
||||
${h.form(url('filemon.restart'), name='restart-filemon', class_='autodisable control')}
|
||||
${h.csrf_token(request)}
|
||||
${h.submit('submit', "Restart FileMon", data_working_label="Restarting FileMon")}
|
||||
${h.submit('submit', "Restart FileMon", data_working_label="Restarting FileMon", class_='button')}
|
||||
${h.end_form()}
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue