Add app icon for app management

This commit is contained in:
Taylor Helsper 2021-05-17 22:19:28 -05:00
parent 2870369cd2
commit 88c56b1893
3 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -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>