webapp: minor changes done.

This commit is contained in:
Shreyas Zare
2021-09-11 17:59:50 +05:30
parent 71a0cd72ca
commit ea9121f836

View File

@@ -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;
}