Client table button UI tweaks
parent
8d57e0e9ef
commit
66e5cf3f04
|
@ -10,10 +10,7 @@
|
|||
</td>
|
||||
|
||||
<td>
|
||||
<button class="btn btn-edit">edit</button>
|
||||
</td>
|
||||
<td>
|
||||
<button class="btn btn-danger btn-delete">delete</button>
|
||||
<button class="btn btn-edit">edit</button> <button class="btn btn-danger btn-delete">delete</button>
|
||||
</td>
|
||||
|
||||
</script>
|
||||
|
@ -28,8 +25,7 @@
|
|||
<tr>
|
||||
<th>Client ID</th>
|
||||
<th>Client Name</th>
|
||||
<th class="span1"></th>
|
||||
<th class="span1"></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue