Remove all deprecated use_buefy
logic
also remove some static files no longer used, etc.
This commit is contained in:
parent
01e5eee981
commit
9faaea881d
112 changed files with 2079 additions and 7039 deletions
|
@ -12,38 +12,22 @@
|
|||
${parent.grid_tools()}
|
||||
|
||||
% if request.has_perm('datasync.restart'):
|
||||
% if use_buefy:
|
||||
${h.form(url('datasync.restart'), name='restart-datasync', class_='control', **{'@submit': 'submitRestartDatasyncForm'})}
|
||||
% else:
|
||||
${h.form(url('datasync.restart'), name='restart-datasync', class_='autodisable')}
|
||||
% endif
|
||||
${h.csrf_token(request)}
|
||||
% if use_buefy:
|
||||
<b-button native-type="submit"
|
||||
:disabled="restartDatasyncFormSubmitting">
|
||||
{{ restartDatasyncFormButtonText }}
|
||||
</b-button>
|
||||
% else:
|
||||
${h.submit('submit', "Restart DataSync", data_working_label="Restarting DataSync", class_='button')}
|
||||
% endif
|
||||
${h.end_form()}
|
||||
% endif
|
||||
|
||||
% if allow_filemon_restart and request.has_perm('filemon.restart'):
|
||||
% if use_buefy:
|
||||
${h.form(url('filemon.restart'), name='restart-filemon', class_='control', **{'@submit': 'submitRestartFilemonForm'})}
|
||||
% else:
|
||||
${h.form(url('filemon.restart'), name='restart-filemon', class_='autodisable')}
|
||||
% endif
|
||||
${h.csrf_token(request)}
|
||||
% if use_buefy:
|
||||
<b-button native-type="submit"
|
||||
:disabled="restartFilemonFormSubmitting">
|
||||
{{ restartFilemonFormButtonText }}
|
||||
</b-button>
|
||||
% else:
|
||||
${h.submit('submit', "Restart FileMon", data_working_label="Restarting FileMon", class_='button')}
|
||||
% endif
|
||||
${h.end_form()}
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue