GUAC-932: Fully-working connection editor. Initial migration of users and connection groups to own edit pages. Add support for CSS classes on notification actions.

This commit is contained in:
Michael Jumper
2014-12-22 03:19:24 -08:00
parent 07a2a2da54
commit 8b53797b30
18 changed files with 477 additions and 473 deletions

View File

@@ -43,6 +43,10 @@
"cancel" : "Cancel",
"save" : "Save",
"delete" : "Delete",
"confirmDelete" : {
"title" : "Delete Connection",
"text" : "Connections cannot be restored after they have been deleted. Are you sure you want to delete this connection?"
},
"protocol" : "Protocol:",
"root" : "ROOT",
"location" : "Location:",
@@ -87,6 +91,12 @@
"createConnectionGroup" : "Create new connection groups:",
"connections" : "Connections:"
}
},
"error": {
"title" : "Error",
"action": {
"acknowledge" : "OK"
}
}
},
"protocol": {