Added options modal and delete client

This commit is contained in:
Juan Gilsanz Polo 2022-10-07 18:16:22 +02:00
parent e78dbb232f
commit c25e3375e6
6 changed files with 200 additions and 10 deletions

View file

@ -195,5 +195,8 @@
"willBeUsedGeneralServers": "General upstream servers will be used.",
"added": "Added",
"clientUpdatedSuccessfully": "Client updated successfully",
"clientNotUpdated": "Client could not be updated"
"clientNotUpdated": "Client could not be updated",
"clientDeletedSuccessfully": "Client removed successfully",
"clientNotDeleted": "Client could not be deleted",
"options": "Options"
}