web: fix TableColumn sort fields being translated
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -41,8 +41,8 @@ export class GroupListPage extends TablePage<Group> {
 | 
			
		||||
 | 
			
		||||
    columns(): TableColumn[] {
 | 
			
		||||
        return [
 | 
			
		||||
            new TableColumn(t`Name`, t`name`),
 | 
			
		||||
            new TableColumn(t`Parent`, t`parent`),
 | 
			
		||||
            new TableColumn(t`Name`, "name"),
 | 
			
		||||
            new TableColumn(t`Parent`, "parent"),
 | 
			
		||||
            new TableColumn(t`Members`),
 | 
			
		||||
            new TableColumn(t`Superuser privileges?`),
 | 
			
		||||
            new TableColumn(""),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user