partial user administration

This commit is contained in:
Athou
2013-03-30 09:22:49 +01:00
parent a66e2dff4d
commit 5cafcdf2d8
13 changed files with 296 additions and 32 deletions

View 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>