Przeglądaj źródła

users list ui

develop
Robin Thoni 8 lat temu
rodzic
commit
0f9a834d22
1 zmienionych plików z 6 dodań i 9 usunięć
  1. 6
    9
      luticate/views/users.html

+ 6
- 9
luticate/views/users.html Wyświetl plik

1
 <!-- Page Content -->
1
 <!-- Page Content -->
2
 <div class="container">
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
             <thead>
5
             <thead>
8
                 <tr>
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
                 </tr>
11
                 </tr>
14
             </thead>
12
             </thead>
15
             <tbody>
13
             <tbody>
25
         <div class="col-sm-12 text-center">
23
         <div class="col-sm-12 text-center">
26
             <a class="{{ p == page ? 'pagination-current' : 'pagination-not-current'}}" href="" ng-repeat="p in pages" ng-click="loadPage(p)">{{ p + 1 }}&nbsp;</a>
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
         </div>
25
         </div>
28
-
29
     </div>
26
     </div>
30
 </div>
27
 </div>

Ładowanie…
Anuluj
Zapisz