mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Show host names (if known) on the Clients management page.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -6,7 +6,6 @@ var info = null;
|
||||
function showAlert(type, icon, title, message) {
|
||||
let opts = {};
|
||||
title = " <strong>" + title + "</strong><br>";
|
||||
message = "<pre>" + message + "</pre>";
|
||||
switch (type) {
|
||||
case "info":
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user