mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
partial user administration
This commit is contained in:
12
src/main/webapp/templates/admin.userlist.html
Normal file
12
src/main/webapp/templates/admin.userlist.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="row">
|
||||
<div class="page-header">
|
||||
<h1>Manage users</h1>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="button-bar">
|
||||
<button class="btn" ng-click="addUser()">Add user</button>
|
||||
</div>
|
||||
<div class="users-table" ng-grid="gridOptions"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user