Clarify wording on manage apps page
This commit is contained in:
parent
47ab4a3773
commit
89a09dc556
|
@ -101,7 +101,7 @@
|
||||||
<thead class="bitcoin_table_header">
|
<thead class="bitcoin_table_header">
|
||||||
<td><!-- Icon --></td>
|
<td><!-- Icon --></td>
|
||||||
<td>Application</td>
|
<td>Application</td>
|
||||||
<td>Current Version</td>
|
<td>Installed Version</td>
|
||||||
<td>Latest Version</td>
|
<td>Latest Version</td>
|
||||||
<td><!-- Status Icon --></td>
|
<td><!-- Status Icon --></td>
|
||||||
<td colspan="4">Actions</td>
|
<td colspan="4">Actions</td>
|
||||||
|
@ -118,7 +118,12 @@
|
||||||
{{ app.current_version }}
|
{{ app.current_version }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ app.latest_version }}</td>
|
<td>
|
||||||
|
{{ app.latest_version }}
|
||||||
|
{% if app.has_custom_version %}
|
||||||
|
<img style="display: inline; vertical-align: middle; width: 24px; padding-bottom: 2px;" src="{{ url_for('static', filename="images/pin.png")}}"/>
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if app.is_installed %}
|
{% if app.is_installed %}
|
||||||
<div class="generic_status_icon" id="{{app.short_name}}_status_icon"></div>
|
<div class="generic_status_icon" id="{{app.short_name}}_status_icon"></div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user