diff options
author | Udo Walter | 2020-10-27 18:56:19 +0100 |
---|---|---|
committer | Udo Walter | 2020-10-27 18:56:19 +0100 |
commit | 60c53021df660563d0be52b307f8dbbcbbbca22c (patch) | |
tree | 045b9c5063adf5d0275e9d47797c4987eef27c8d /src/main/resources/continue-patch.html | |
parent | Fix logo in firefox (diff) | |
download | bwlp-guacamole-ext-60c53021df660563d0be52b307f8dbbcbbbca22c.tar.gz bwlp-guacamole-ext-60c53021df660563d0be52b307f8dbbcbbbca22c.tar.xz bwlp-guacamole-ext-60c53021df660563d0be52b307f8dbbcbbbca22c.zip |
fix language tags for Guacamole 1.2.0, workaround for greyed out continue button, add build logging
Build revision and timestamp are logged on start and sent as http request headers on connection to the sat server. (Bwlp-Plugin-Build-Revision and Bwlp-Plugin-Build-Timestamp)
This build now requires guacamole >=1.2.0
Diffstat (limited to 'src/main/resources/continue-patch.html')
-rw-r--r-- | src/main/resources/continue-patch.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/continue-patch.html b/src/main/resources/continue-patch.html new file mode 100644 index 0000000..85204b6 --- /dev/null +++ b/src/main/resources/continue-patch.html @@ -0,0 +1,5 @@ +<meta name="replace" content=".continue-login"> + +<input type="submit" name="login" class="continue-login" + ng-disabled="false" + value="{{ 'GROUP_SELECTION.CONTINUE' | translate }}"/>
\ No newline at end of file |