Collapse apps filters in revealable toolbar for the moment

This commit is contained in:
Johannes Zellner
2022-08-02 08:48:33 +02:00
parent fda4a179e0
commit aa3fa7771c
2 changed files with 19 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$translat
$scope.appSearch = '';
$scope.groups = [ GROUP_ACCESS_UNSET ];
$scope.APP_TYPES = APP_TYPES;
$scope.showFilter = false;
$scope.allUsers = [];
$scope.allGroups = [];