mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-11-04 12:18:20 +02:00 
			
		
		
		
	Added attachment info per user and some layout fix
- Added the amount and size of the attachments per user - Changed the items count function a bit - Some small layout changes
This commit is contained in:
		@@ -10,7 +10,8 @@
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <th style="width: 24px;">User</th>
 | 
			
		||||
                        <th></th>
 | 
			
		||||
                        <th style="width:90px; min-width: 90px;">Items</th>
 | 
			
		||||
                        <th style="width:60px; min-width: 60px;">Items</th>
 | 
			
		||||
                        <th>Attachments</th>
 | 
			
		||||
                        <th style="min-width: 140px;">Organizations</th>
 | 
			
		||||
                        <th style="width: 140px; min-width: 140px;">Actions</th>
 | 
			
		||||
                    </tr>
 | 
			
		||||
@@ -37,6 +38,12 @@
 | 
			
		||||
                        <td>
 | 
			
		||||
                            <span class="d-block">{{cipher_count}}</span>
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td>
 | 
			
		||||
                            <span class="d-block"><strong>Amount:</strong> {{attachment_count}}</span>
 | 
			
		||||
                            {{#if attachment_count}}
 | 
			
		||||
                            <span class="d-block"><strong>Size:</strong> {{attachment_size}}</span>
 | 
			
		||||
                            {{/if}}
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td>
 | 
			
		||||
                            {{#each Organizations}}
 | 
			
		||||
                            <span class="badge badge-primary" data-orgtype="{{Type}}">{{Name}}</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user