mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-14 17:39:16 +00:00
Add app icon for app management
This commit is contained in:
parent
2870369cd2
commit
88c56b1893
BIN
rootfs/standard/var/www/mynode/static/images/apps.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/apps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
rootfs/standard/var/www/mynode/static/images/marketplace.png
Normal file
BIN
rootfs/standard/var/www/mynode/static/images/marketplace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -37,6 +37,17 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
<!-- App Store Icon -->
|
||||
<div class="app_tile">
|
||||
<div class="app_logo"><img class="app_logo_icon" src="{{ url_for('static', filename="images/")}}marketplace.png"/></div>
|
||||
|
||||
<div class="app_title">Applications</div>
|
||||
<div class="app_status" id="marketplace_status">Manage Apps</div>
|
||||
<div class="app_contents">
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button" href="/apps">Manage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user