diff options
author | Udo Walter | 2020-08-13 20:35:46 +0200 |
---|---|---|
committer | Udo Walter | 2020-08-13 20:35:46 +0200 |
commit | 01d3464725c583cac22dd33bbb6ee46980c29b75 (patch) | |
tree | 8d3a0de1809d22468a714ed4a13aedd3cbf86b25 /src/main/resources/secondary-logo.html | |
parent | Some UI changes: (diff) | |
download | bwlp-guacamole-ext-01d3464725c583cac22dd33bbb6ee46980c29b75.tar.gz bwlp-guacamole-ext-01d3464725c583cac22dd33bbb6ee46980c29b75.tar.xz bwlp-guacamole-ext-01d3464725c583cac22dd33bbb6ee46980c29b75.zip |
Move custom logo to the bottom left
With the property 'slx-logo-primary: true' in the guacamole.properties file the custom logo will be displayed as the primary logo in the center. (In this case the bwlehrpool logo will displayed in the bottom left instead)
Diffstat (limited to 'src/main/resources/secondary-logo.html')
-rw-r--r-- | src/main/resources/secondary-logo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/secondary-logo.html b/src/main/resources/secondary-logo.html new file mode 100644 index 0000000..9ab3aef --- /dev/null +++ b/src/main/resources/secondary-logo.html @@ -0,0 +1,3 @@ +<meta name="after" content=".login-ui .login-dialog"> + +<img class="secondary-logo"> |