mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Layout changes
This commit is contained in:
		| @@ -16,6 +16,9 @@ | ||||
|         {% endif %} | ||||
|     </td> | ||||
|     <td><strong>{{ setting.name }}</strong></td> | ||||
|     <td> | ||||
|         {{ setting.description }} | ||||
|     </td> | ||||
|     <td> | ||||
|         {% if setting.is_bool %} | ||||
|         <div class='form-check form-switch'> | ||||
| @@ -31,18 +34,12 @@ | ||||
|                 {% endif %} | ||||
|             </span> | ||||
|             {{ setting.units }} | ||||
|         </div> | ||||
|         {% endif %} | ||||
|     <td> | ||||
|         {{ setting.description }} | ||||
|     </td> | ||||
|     <td> | ||||
|         {% if not setting.is_bool %} | ||||
|         <div class='btn-group float-right'> | ||||
|             <button class='btn btn-outline-secondary btn-small btn-edit-setting' pk='{{ setting.pk }}' setting='{{ setting.key.upper }}' title='{% trans "Edit setting" %}' {% if plugin %}plugin='{{ plugin.pk }}'{% endif %}{% if user_setting %}user='{{request.user.id}}'{% endif %}> | ||||
|                 <span class='fas fa-edit icon-green'></span> | ||||
|             </button> | ||||
|             <div class='btn-group float-right'> | ||||
|                 <button class='btn btn-outline-secondary btn-small btn-edit-setting' pk='{{ setting.pk }}' setting='{{ setting.key.upper }}' title='{% trans "Edit setting" %}' {% if plugin %}plugin='{{ plugin.pk }}'{% endif %}{% if user_setting %}user='{{request.user.id}}'{% endif %}> | ||||
|                     <span class='fas fa-edit icon-green'></span> | ||||
|                 </button> | ||||
|             </div> | ||||
|         </div> | ||||
|         {% endif %} | ||||
|     </td> | ||||
| </tr> | ||||
| </tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user