moved things around added delay admin page styling.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-14 10:52:42 -07:00
parent 8d74799099
commit 4975861710
4 changed files with 29 additions and 16 deletions

View File

@@ -3,6 +3,10 @@
}
@model AdminViewModel
<div class="container">
<div class="row">
<span class="display-4">Admin Panel</span>
</div>
<hr />
<div class="row">
<div class="col-5">
<div class="row">
@@ -38,7 +42,7 @@
<table class="table table-hover">
<thead>
<tr class="d-flex">
<th scope="col" class="col-4">UserName</th>
<th scope="col" class="col-4">Username</th>
<th scope="col" class="col-2">Is Admin</th>
<th scope="col" class="col-4">Reset Password</th>
<th scope="col" class="col-2">Delete</th>