fix secrets tab functionalitty

This commit is contained in:
2025-04-09 05:29:38 +03:00
parent 7af97e56a2
commit 882cd26caa
3 changed files with 74 additions and 36 deletions

View File

@@ -202,7 +202,9 @@ if ($authenticated && isset($_GET['host'])) {
> <?php echo htmlspecialchars(str_replace('_', ' ', $type)); ?>
</div>
<div class="command">
<?php echo htmlspecialchars($value); ?>
<div class="secret-content">
<?php echo htmlspecialchars($value); ?>
</div>
<button class="copy-btn" data-clipboard="<?php echo htmlspecialchars($value); ?>">
copy
</button>