mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Fixing weird bug
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -443,6 +443,7 @@ function addClient() {
|
||||
utils.showAlert("success", "fas fa-plus", "Successfully added client", ip);
|
||||
reloadClientSuggestions();
|
||||
table.ajax.reload(null, false);
|
||||
table.rows().deselect();
|
||||
} else {
|
||||
utils.showAlert("error", "", "Error while adding new client", response.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user