Development
This commit is contained in:
parent
a110af0a1c
commit
60df03e85c
2 changed files with 40 additions and 14 deletions
|
|
@ -609,16 +609,6 @@ def collect_tokens():
|
|||
'</tr></thead>'
|
||||
f'<tbody>{rows}</tbody>'
|
||||
'</table>'
|
||||
'<form method="post" action="/action/actions_cardpendingchanges_applyselected">'
|
||||
f'<input type="hidden" name="config_hash" value="{e(core_hash())}"/>'
|
||||
'<div class="button-row">'
|
||||
'<button type="submit" class="btn btn-primary">Apply Selected</button>'
|
||||
'</div></form>'
|
||||
'<form method="post" action="/action/actions_cardpendingchanges_revertselected">'
|
||||
f'<input type="hidden" name="config_hash" value="{e(core_hash())}"/>'
|
||||
'<div class="button-row" style="margin-top:0.5rem">'
|
||||
'<button type="submit" class="btn btn-secondary">Revert Selected</button>'
|
||||
'</div></form>'
|
||||
)
|
||||
else:
|
||||
pending_html = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue