pi hole setup
This commit is contained in:
@@ -174,11 +174,13 @@ if ($primaryId === '') {
|
||||
</div>
|
||||
<div class="pihole-card-actions">
|
||||
<button class="nav-link" type="button" data-instance-edit>Bearbeiten</button>
|
||||
<button class="nav-link" type="button" data-instance-test>Test Verbindung</button>
|
||||
<form method="post" onsubmit="return confirm('Instanz wirklich loeschen?')">
|
||||
<input type="hidden" name="delete_id" value="<?= e((string)($instance['id'] ?? '')) ?>">
|
||||
<button class="nav-link" type="submit">Loeschen</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="pihole-test-result" data-instance-result></div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user