mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	make link a button
This commit is contained in:
		| @@ -18,6 +18,7 @@ | |||||||
|     <thead> |     <thead> | ||||||
|         <tr> |         <tr> | ||||||
|             <th>{% trans "Name" %}</th> |             <th>{% trans "Name" %}</th> | ||||||
|  |             <th>{% trans "Author" %}</th> | ||||||
|         </tr> |         </tr> | ||||||
|     </thead> |     </thead> | ||||||
|      |      | ||||||
| @@ -33,6 +34,7 @@ | |||||||
|                     <span class='badge'><a class='nav-toggle text-success' id='select-plugin-{{plugin_key}}'>{% trans 'Has settings' %}</a></span> |                     <span class='badge'><a class='nav-toggle text-success' id='select-plugin-{{plugin_key}}'>{% trans 'Has settings' %}</a></span> | ||||||
|                 {% endif %} |                 {% endif %} | ||||||
|             </td> |             </td> | ||||||
|  |             <td># TODO</td> | ||||||
|         </tr> |         </tr> | ||||||
|         {% endfor %} |         {% endfor %} | ||||||
|     </tbody> |     </tbody> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user