User management styling

This commit is contained in:
Jamie.Rees 2016-10-26 16:35:37 +01:00
commit 9e9df87d17
11 changed files with 380 additions and 158 deletions

View file

@ -1,3 +1,4 @@
(function() {
module = angular.module('PlexRequests', []);
module.constant("moment", moment);
}());