Added modal to select clients on logs

This commit is contained in:
Juan Gilsanz Polo 2023-02-04 14:56:57 +01:00
parent f10ba33222
commit a4a7840e55
10 changed files with 291 additions and 13 deletions

View file

@ -580,5 +580,6 @@
"clearDnsCacheMessage": "Are you sure you want to clear the DNS cache?",
"dnsCacheCleared": "DNS cache cleared successfully",
"clearingDnsCache": "Clearing cache...",
"dnsCacheNotCleared": "DNS cache couldn't be cleared"
"dnsCacheNotCleared": "DNS cache couldn't be cleared",
"clientsSelected": "clients selected"
}