Add icons to app page
This commit is contained in:
parent
42e59b2544
commit
ca60cfb454
|
@ -306,6 +306,7 @@ def initialize_applications():
|
|||
apps.append(create_application(
|
||||
name="Joinmarket",
|
||||
short_name="joinmarket",
|
||||
show_on_application_page=False,
|
||||
is_premium=True
|
||||
))
|
||||
apps.append(create_application(
|
||||
|
|
BIN
rootfs/standard/var/www/mynode/static/images/lnd.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/lnd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
rootfs/standard/var/www/mynode/static/images/loop.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/loop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
rootfs/standard/var/www/mynode/static/images/pool.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/pool.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
rootfs/standard/var/www/mynode/static/images/webssh2.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/webssh2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -89,6 +89,7 @@
|
|||
<br/><br/>
|
||||
<table class="bitcoin_table">
|
||||
<thead class="bitcoin_table_header">
|
||||
<td><!-- Icon --></td>
|
||||
<td>Application</td>
|
||||
<td>Current Version</td>
|
||||
<td>Latest Version</td>
|
||||
|
@ -100,6 +101,7 @@
|
|||
{% if app.show_on_application_page %}
|
||||
{% if not product_key_skipped or product_key_skipped and not app.is_premium %}
|
||||
<tr>
|
||||
<td><img class="app_logo_icon" style="width: 32px;" src="{{ url_for('static', filename="images/")}}{{app.short_name}}.png"/></td>
|
||||
<td>{{ app.name }}</td>
|
||||
<td>
|
||||
{% if app.is_installed %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user