fix: simplify verbiage for batch execution panel
This commit is contained in:
parent
d57efba381
commit
2c46fde742
|
@ -85,13 +85,11 @@
|
||||||
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
|
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
|
||||||
% if batch.executed:
|
% if batch.executed:
|
||||||
<p>
|
<p>
|
||||||
Batch was executed
|
|
||||||
${h.pretty_datetime(request.rattail_config, batch.executed)}
|
${h.pretty_datetime(request.rattail_config, batch.executed)}
|
||||||
by ${batch.executed_by}
|
by ${batch.executed_by}
|
||||||
</p>
|
</p>
|
||||||
% elif master.handler.executable(batch):
|
% elif master.handler.executable(batch):
|
||||||
% if master.has_perm('execute'):
|
% if master.has_perm('execute'):
|
||||||
<p>Batch has not yet been executed.</p>
|
|
||||||
<b-button type="is-primary"
|
<b-button type="is-primary"
|
||||||
% if not execute_enabled:
|
% if not execute_enabled:
|
||||||
disabled
|
disabled
|
||||||
|
|
Loading…
Reference in a new issue