web/admin: fix inconsistent button levels for events lists
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -75,7 +75,7 @@ export class UserListPage extends TablePage<User> {
 | 
			
		||||
                </button>
 | 
			
		||||
            </ak-forms-modal>
 | 
			
		||||
            <ak-dropdown class="pf-c-dropdown">
 | 
			
		||||
                <button class="pf-c-dropdown__toggle pf-m-primary" type="button">
 | 
			
		||||
                <button class="pf-c-dropdown__toggle pf-m-secondary" type="button">
 | 
			
		||||
                    <span class="pf-c-dropdown__toggle-text">${item.isActive ? t`Disable` : t`Enable`}</span>
 | 
			
		||||
                    <i class="fas fa-caret-down pf-c-dropdown__toggle-icon" aria-hidden="true"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user