dashboard: add initial version of app list view

This commit is contained in:
Johannes Zellner
2024-04-06 12:30:44 +02:00
parent 9e05a4eab7
commit d6f162a8ca
3 changed files with 69 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$translat
$scope.APP_TYPES = APP_TYPES;
$scope.showFilter = false;
$scope.filterActive = false;
$scope.view = 'list';
$scope.allUsers = [];
$scope.allGroups = [];