mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Changed header names from logins to credentials in asset and contact details, migrated more items to the new AJAX modal function
This commit is contained in:
@@ -493,7 +493,7 @@ if (isset($_GET['asset_id'])) {
|
||||
|
||||
<div class="card card-dark <?php if ($login_count == 0) { echo "d-none"; } ?>">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title"><i class="fa fa-fw fa-key mr-2"></i>Passwords</h3>
|
||||
<h3 class="card-title"><i class="fa fa-fw fa-key mr-2"></i>Credentials</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive-sm-sm">
|
||||
|
||||
Reference in New Issue
Block a user