annotate gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml @ 9758:0a2e1e604f43 3.2.x

Hide logout button by default
author Tom Gottfried <tom@intevation.de>
date Wed, 12 Oct 2022 16:54:12 +0200
parents 9f3ffb218bc0
children
rev   line source
9
8facd8545a12 Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 <config>
3385
9056ff5abd61 Original values for config.xml and web.xml
Christian Lins <christian.lins@intevation.de>
parents: 3384
diff changeset
2 <server>http://localhost:8181</server>
8503
9f3ffb218bc0 (issue1777) Hide logout button if it is configured.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8498
diff changeset
3 <!-- set hide-logout to true to hide the logout button -->
9758
0a2e1e604f43 Hide logout button by default
Tom Gottfried <tom@intevation.de>
parents: 8503
diff changeset
4 <hide-logout>true</hide-logout>
585
ab7ec931bae2 #22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 512
diff changeset
5 <projectlist>
ab7ec931bae2 #22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 512
diff changeset
6 <!-- The interval to update the user's projects (in ms) -->
586
e3c8e045737b Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 585
diff changeset
7 <update-interval>300000</update-interval>
585
ab7ec931bae2 #22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 512
diff changeset
8 </projectlist>
9
8facd8545a12 Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
9 </config>

http://dive4elements.wald.intevation.org