Added category to logins, added OS and MAC to assets, minor UI updates

This commit is contained in:
johnny@pittpc.com
2020-02-03 13:55:21 -05:00
parent 866aa3fa51
commit 76ed7afa18
23 changed files with 438 additions and 58 deletions

View File

@@ -68,6 +68,7 @@ $total_pages = ceil($total_found_rows / 10);
</div>
</form>
<hr>
<?php echo $_SESSION['bean']; ?>
<div class="table-responsive">
<table class="table table-striped table-borderless table-hover">
<thead class="text-dark <?php if($num_rows[0] == 0){ echo "d-none"; } ?>">