You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/30 23:45:01 UTC

[49/50] guacamole-client git commit: GUACAMOLE-197: Add/fix fields in guac manifest.

GUACAMOLE-197: Add/fix fields in guac manifest.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/dcb9e46e
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/dcb9e46e
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/dcb9e46e

Branch: refs/heads/master
Commit: dcb9e46e4382395ea37638a7dcd23b73639117f0
Parents: 789da68
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Jan 30 18:33:59 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Jan 30 18:33:59 2018 -0500

----------------------------------------------------------------------
 .../guacamole-auth-radius/src/main/resources/guac-manifest.json   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/dcb9e46e/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
index be6e2a2..f85ab1f 100644
--- a/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
+++ b/extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
@@ -18,7 +18,8 @@
     ],
 
     "resources" : {
-        "templates/radiusChallengeResponseField.html" : "text/html"
+        "templates/radiusResponseField.html" : "text/html",
+        "templates/radiusStateField.html"    : "text/html"
     }
 
 }