]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Not remember controls state in jobs window
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 11 Dec 2015 22:04:42 +0000 (23:04 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Fri, 11 Dec 2015 23:02:51 +0000 (00:02 +0100)
gui/baculum/protected/Portlets/JobList.tpl

index 54b24f965e766cd9607686bcef1f56aa3ceab80e..9c181e4857c0f47dc993c5e53c49d14ab0a29612 100644 (file)
@@ -1,7 +1,7 @@
 <%@ MasterClass="Application.Portlets.SlideWindow" %>
 <com:TContent ID="SlideWindowContent">
-       <com:TActivePanel ID="RepeaterShow">
-       <com:TActiveRepeater ID="Repeater">
+       <com:TActivePanel ID="RepeaterShow" EnableViewState="false">
+       <com:TActiveRepeater ID="Repeater" EnableViewState="false">
                <prop:ItemTemplate>
                        <com:TPanel ID="JobElement" CssClass="slide-window-element">
                                <img src="<%=$this->getPage()->getTheme()->getBaseUrl()%>/job-icon.png" alt="" /> [<%=@$this->DataItem->jobid%>] <%=@$this->DataItem->name%>
@@ -13,6 +13,7 @@
        <com:TActivePanel ID="DataGridShow">
        <com:TActiveDataGrid
                ID="DataGrid"
+               EnableViewState="false"
                AutoGenerateColumns="false"
                AllowSorting="false"
                OnSortCommand="sortDataGrid"