Browse Source

users list ui

develop
Robin Thoni 8 years ago
parent
commit
0f9a834d22
1 changed files with 6 additions and 9 deletions
  1. 6
    9
      luticate/views/users.html

+ 6
- 9
luticate/views/users.html View File

@@ -1,15 +1,13 @@
1 1
 <!-- Page Content -->
2 2
 <div class="container">
3
-
4
-    <div class="row col-sm-8 col-sm-offset-2">
5
-
6
-        <table class="col-sm-12 table table-hover" lu-busy="userList">
3
+    <div class="row col-sm-8 col-sm-offset-2" lu-busy="userList">
4
+        <table class="col-sm-12 table table-hover">
7 5
             <thead>
8 6
                 <tr>
9
-                    <th class="col-sm-2">Id</th>
10
-                    <th class="col-sm-3">Username</th>
11
-                    <th class="col-sm-3">Email</th>
12
-                    <th class="col-sm-3">Profile Id</th>
7
+                    <th class="col-sm-1">Id</th>
8
+                    <th class="col-sm-4">Username</th>
9
+                    <th class="col-sm-5">Email</th>
10
+                    <th class="col-sm-2">Profile Id</th>
13 11
                 </tr>
14 12
             </thead>
15 13
             <tbody>
@@ -25,6 +23,5 @@
25 23
         <div class="col-sm-12 text-center">
26 24
             <a class="{{ p == page ? 'pagination-current' : 'pagination-not-current'}}" href="" ng-repeat="p in pages" ng-click="loadPage(p)">{{ p + 1 }}&nbsp;</a>
27 25
         </div>
28
-
29 26
     </div>
30 27
 </div>

Loading…
Cancel
Save