GUACAMOLE-210: Add redirect message. Refactor to use minification and pre-cached templates.

This commit is contained in:
Michael Jumper
2017-08-27 22:36:06 -07:00
parent 724a6a9737
commit 187903563b
9 changed files with 170 additions and 6 deletions

View File

@@ -9,10 +9,20 @@
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
],
"translations" : [
"translations/en.json"
],
"js" : [
"openidModule.js",
"openidController.js",
"openidConfig.js"
]
"openid.min.js"
],
"css" : [
"openid.min.css"
],
"resources" : {
"templates/openidTokenField.html" : "text/html"
}
}