summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/locationField.html
diff options
context:
space:
mode:
authorUdo Walter2020-05-09 01:41:41 +0200
committerUdo Walter2020-05-09 01:41:41 +0200
commit62b83a7a18e1878cf8192d80f02c10dffc0478d7 (patch)
treeb3e071dbecea6bb0b71babb55c8cedbae07582a5 /src/main/resources/templates/locationField.html
parentAdd location selection (diff)
downloadbwlp-guacamole-ext-62b83a7a18e1878cf8192d80f02c10dffc0478d7.tar.gz
bwlp-guacamole-ext-62b83a7a18e1878cf8192d80f02c10dffc0478d7.tar.xz
bwlp-guacamole-ext-62b83a7a18e1878cf8192d80f02c10dffc0478d7.zip
Fix connecting to a new client after exiting a client. Add logo, favicon and logout button.
Diffstat (limited to 'src/main/resources/templates/locationField.html')
-rw-r--r--src/main/resources/templates/locationField.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/locationField.html b/src/main/resources/templates/locationField.html
index f76259e..9feb83c 100644
--- a/src/main/resources/templates/locationField.html
+++ b/src/main/resources/templates/locationField.html
@@ -16,3 +16,4 @@
</td>
</tr>
</table>
+<button class="logout-button" ng-click="logout()">Log out</button>