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