Fixes cancel button
parent
e932e4899c
commit
1e4ebae652
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue