Certificates ui section and permissions

This commit is contained in:
Jamie Curnow
2018-08-02 19:48:47 +10:00
parent 66e25e315b
commit 1c57ccdc87
65 changed files with 1697 additions and 109 deletions

View File

@ -23,7 +23,11 @@
"public": "Public",
"edit": "Edit",
"delete": "Delete",
"logs": "Logs"
"logs": "Logs",
"status": "Status",
"online": "Online",
"offline": "Offline",
"unknown": "Unknown"
},
"login": {
"title": "Login to your account"
@ -127,6 +131,15 @@
"help-title": "What is a Stream?",
"help-content": "A relatively new feature for Nginx, a Stream will serve to forward TCP/UDP traffic directly to another computer on the network.\nIf you're running game servers, FTP or SSH servers this can come in handy."
},
"certificates": {
"title": "Certificates",
"empty": "There are no Certificates",
"add": "Add Certificate",
"delete": "Delete Certificate",
"delete-confirm": "Are you sure you want to delete this certificate? Any hosts using it will need to be updated later.",
"help-title": "SSL Certificates",
"help-content": "TODO"
},
"access-lists": {
"title": "Access Lists",
"empty": "There are no Access Lists",