mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-15 09:59:10 +00:00
webapp: minor changes done.
This commit is contained in:
@@ -278,7 +278,7 @@ function queryLogs(pageNumber) {
|
||||
|
||||
var name = $("#optQueryLogsAppName").val();
|
||||
if (name == null) {
|
||||
showAlert("warning", "Missing!", "Please install a DNS App that does query logging to view its logged data here.");
|
||||
showAlert("warning", "Missing!", "Please install a DNS App that supports query logging feature.");
|
||||
$("#optQueryLogsAppName").focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user