mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-29 20:30:39 +00:00 
			
		
		
		
	plugin information section remodel
This commit is contained in:
		| @@ -14,24 +14,48 @@ | ||||
|  | ||||
| <div class="row"> | ||||
|     <div class="col-md-6"> | ||||
|         <h4>{% trans "Plugin information" %}</h4> | ||||
|         <table class='table table-striped table-condensed'> | ||||
|             <col width='25'> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-hashtag'></span></td> | ||||
|                 <td>{% trans "Plugin Version" %}</td> | ||||
|                 <td></td> | ||||
|                 <td>{% trans "Name" %}</td> | ||||
|                 <td>{{ plugin.human_name }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-code-branch'></span></td> | ||||
|                 <td>{% trans "Commit Hash" %}</td><td>{{ plugin.commit.hash }}{% include "clip.html" %}</td> | ||||
|                 <td><span class='fas fa-user'></span></span></td> | ||||
|                 <td>{% trans "Author" %}</td> | ||||
|                 <td>{{ plugin.author }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-calendar-alt'></span></td> | ||||
|                 <td>{% trans "Date" %}</td> | ||||
|                 <td>{{ plugin.pub_date }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-hashtag'></span></td> | ||||
|                 <td>{% trans "Version" %}</td> | ||||
|                 <td>{{ plugin.version }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|         </table> | ||||
|  | ||||
|         <p>{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}</p> | ||||
|     </div> | ||||
|     <div class="col-md-6"> | ||||
|         <h4>{% trans "Code information" %}</h4> | ||||
|         <table class='table table-striped table-condensed'> | ||||
|             <col width='25'> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-user'></span></td> | ||||
|                 <td>{% trans "Commit Author" %}</td><td>{{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-calendar-alt'></span></td> | ||||
|                 <td>{% trans "Commit Date" %}</td><td>{{ plugin.commit.date }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-user'></span></td> | ||||
|                 <td>{% trans "Commit Author" %}</td><td>{{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %}</td> | ||||
|                 <td><span class='fas fa-code-branch'></span></td> | ||||
|                 <td>{% trans "Commit Hash" %}</td><td>{{ plugin.commit.hash }}{% include "clip.html" %}</td> | ||||
|             </tr> | ||||
|             <tr> | ||||
|                 <td><span class='fas fa-envelope'></span></td> | ||||
| @@ -49,9 +73,6 @@ | ||||
|             </tr> | ||||
|         </table> | ||||
|     </div> | ||||
|     <div class="col-md-6"> | ||||
|         <p>{% trans 'This information is pulled from the latest git commit for this plugin. It might not reflect official version numbers.' %}</p> | ||||
|     </div> | ||||
| </div> | ||||
|  | ||||
| {% mixin_enabled plugin 'settings' as settings %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user