mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Started working on Global Search and did some tidying up
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Make</th>
|
||||
<th>Make/Model</th>
|
||||
<th>Serial</th>
|
||||
<th></th>
|
||||
<th class="text-center">Actions</th>
|
||||
@@ -52,8 +52,9 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h2><?php echo $client_login_username; ?></h2>
|
||||
<h3><?php echo $client_login_password; ?></h3>
|
||||
<h3><i class="fa fa-user mr-4"></i> <?php echo $client_login_username; ?></h3>
|
||||
<hr>
|
||||
<h4><i class="fa fa-key mr-4"></i> <?php echo $client_login_password; ?></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user