Renamed Login In the Frontend UI to Credentials to better fit other types of creds like API Keys, WiFi etc, also renamed the password field to password / key

This commit is contained in:
johnnyq
2024-04-05 15:06:42 -04:00
parent 05d979b3d8
commit 5370a70ab8
10 changed files with 17 additions and 18 deletions

View File

@@ -127,7 +127,7 @@
<a href="client_logins.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_logins.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-key"></i>
<p>
Logins
Credentials
<?php
if ($num_logins > 0) { ?>
<span class="right badge text-light"><?php echo $num_logins; ?></span>