Fixes cancel button

main
Yasen Pramatarov 2025-01-20 21:17:28 +02:00
parent e932e4899c
commit 1e4ebae652
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<div class="mb-3">
<button type="submit" class="btn btn-danger">Delete Agent</button>
<a href="<?= htmlspecialchars($app_root) ?>?page=config" class="btn btn-secondary">Cancel</a>
<a href="<?= htmlspecialchars($app_root) ?>?page=config&item=agent" class="btn btn-secondary">Cancel</a>
</div>
</form>
</div>