Remove unnecessary timers.
FEA: ItEr74S08DeployFramework
This commit is contained in:
parent
b528c0abc9
commit
e17ac70699
3 changed files with 0 additions and 5 deletions
|
|
@ -28,9 +28,6 @@ planner = self;
|
|||
</zscript>
|
||||
|
||||
<hbox align="center" id="toolbar">
|
||||
<!-- 30 seconds timer, to keep alive page -->
|
||||
<timer repeats="true" running="true" delay="30000" onTimer=""/>
|
||||
|
||||
<separator />
|
||||
|
||||
<!-- Commands -->
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ resourcesLoadPanel = self;
|
|||
]]>
|
||||
</zscript>
|
||||
|
||||
<timer repeats="true" running="true" delay="30000" onTimer=""/>
|
||||
<borderlayout sclass="resourcesloadlayout" width="auto" height="100%">
|
||||
<north height="30px" border="0" sclass="toolbar-box">
|
||||
<hbox align="center" id="toolbar">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
editController = editTaskController;
|
||||
]]>
|
||||
</zscript>
|
||||
<timer repeats="true" running="true" delay="30000" onTimer=""/>
|
||||
<borderlayout sclass="resourcesloadlayout" width="auto">
|
||||
|
||||
<!-- Top control button bar -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue