mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1336 from SchrodingersGat/app-info
Add app info to about dialog
This commit is contained in:
commit
ad6c69ecc7
@ -12,6 +12,7 @@
|
|||||||
<img src="{% static 'img/inventree.png' %}" height='60' style='float: left;' alt='Inventree Logo'>
|
<img src="{% static 'img/inventree.png' %}" height='60' style='float: left;' alt='Inventree Logo'>
|
||||||
<h3>{% trans "InvenTree Version Information" %}</h3>
|
<h3>{% trans "InvenTree Version Information" %}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<div class='modal-form-content-wrapper'>
|
||||||
<div class='modal-form-content'>
|
<div class='modal-form-content'>
|
||||||
<div>
|
<div>
|
||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
@ -39,7 +40,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fab fa-github'></span></td>
|
<td><span class='fab fa-github'></span></td>
|
||||||
<td>{% trans "View Code on GitHub" %}</td><td><a href="{% inventree_github_url %}">{% inventree_github_url %}</a></td>
|
<td>{% trans "View Code on GitHub" %}</td>
|
||||||
|
<td><a href="{% inventree_github_url %}">{% inventree_github_url %}</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><span class='fas fa-mobile-alt'></span></td>
|
||||||
|
<td>{% trans "Get the App" %}</td>
|
||||||
|
<td><a href="https://inventree.readthedocs.io/en/latest/app/app">https://inventree.readthedocs.io/en/latest/app/app</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fas fa-bug'></span></td>
|
<td><span class='fas fa-bug'></span></td>
|
||||||
@ -50,6 +57,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class='modal-footer'>
|
<div class='modal-footer'>
|
||||||
<button type='button' class='btn btn-default' data-dismiss='modal'>Close</button>
|
<button type='button' class='btn btn-default' data-dismiss='modal'>Close</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user