mirror of https://git.48k.eu/ogcp
templates: use Fetch image as text for the Cache image button
Use "Fetch image" as text for the button to access the view where the user selects images to add to cache.master
parent
31766a3d07
commit
78a26f947f
|
@ -12,7 +12,7 @@
|
|||
{% set ip_list = form.ips.data.split(' ') %}
|
||||
{% set ip_count = ip_list | length %}
|
||||
<h2 class="mx-5 subhead-heading">
|
||||
{{ _('Cache image in %(ip_count)d computer(s)', ip_count=ip_count) }}
|
||||
{{ _('Fetch image in %(ip_count)d computer(s)', ip_count=ip_count) }}
|
||||
</h2>
|
||||
|
||||
{{ macros.cmd_selected_clients(selected_clients) }}
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
{% endif %}
|
||||
<input class="btn btn-light dropdown-item{% block nav_image_restore %}{% endblock %}" type="submit" value="{{ _('Restore image') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_image_restore') }}" formmethod="get">
|
||||
<input class="btn btn-light dropdown-item{% block nav_image_fetch %}{% endblock %}" type="submit" value="{{ _('Cache image') }}"
|
||||
<input class="btn btn-light dropdown-item{% block nav_image_fetch %}{% endblock %}" type="submit" value="{{ _('Fetch image') }}"
|
||||
form="scopesForm" formaction="{{ url_for('action_image_fetch') }}" formmethod="get">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue