From 5eca63869d6d73a8023fa0c5a5d3d43cf2130669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Mon, 23 May 2011 04:16:26 +0200 Subject: [PATCH] Reduce the live time of desktops Keep alive pages with timers and reduce timeout time for desktops. FEA: ItEr74S08DeployFramework --- .../main/resources/web/ganttz/zul/plannerLayout.zul | 2 ++ .../resources/web/ganttz/zul/resourcesLoadLayout.zul | 2 +- navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml | 11 +++++++++-- .../src/main/webapp/common/layout/template.zul | 2 +- .../limitingresources/limitingResourcesLayout.zul | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul index cda703cfa..01f39149f 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul @@ -28,6 +28,8 @@ planner = self; + + diff --git a/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul index 09bdba896..4c8dfabfc 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/resourcesLoadLayout.zul @@ -28,7 +28,7 @@ resourcesLoadPanel = self; ]]> - + diff --git a/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml b/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml index 1b7a30675..dcc4cea44 100644 --- a/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml +++ b/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml @@ -3,9 +3,16 @@ + + + + 60 + + - - 3600 + + 0 + true java.lang.Throwable diff --git a/navalplanner-webapp/src/main/webapp/common/layout/template.zul b/navalplanner-webapp/src/main/webapp/common/layout/template.zul index ba094a61f..835412ce9 100644 --- a/navalplanner-webapp/src/main/webapp/common/layout/template.zul +++ b/navalplanner-webapp/src/main/webapp/common/layout/template.zul @@ -45,6 +45,7 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
+ @@ -69,7 +70,6 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?> - diff --git a/navalplanner-webapp/src/main/webapp/limitingresources/limitingResourcesLayout.zul b/navalplanner-webapp/src/main/webapp/limitingresources/limitingResourcesLayout.zul index 08e4414df..08e10178e 100644 --- a/navalplanner-webapp/src/main/webapp/limitingresources/limitingResourcesLayout.zul +++ b/navalplanner-webapp/src/main/webapp/limitingresources/limitingResourcesLayout.zul @@ -41,7 +41,7 @@ editController = editTaskController; ]]> - +