added new features to the admin panel

This commit is contained in:
2019-05-20 00:52:24 -05:00
parent bfdbbe8de4
commit c3959d8513

View File

@@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<div id="userTable" class="tab-pane fade"> <div id="userTable" class="tab-pane fade">
<div class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<th>Name</th> <th>Name</th>
<th>Role</th> <th>Role</th>
@@ -58,7 +58,7 @@
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
</div> <table>
</div> </div>
<div id="permissions" class="tab-pane fade"> <div id="permissions" class="tab-pane fade">
<div class="container"> <div class="container">