Subversion Repositories DevTools

Rev

Rev 6181 | Rev 6548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6181 Rev 6538
Line 82... Line 82...
82
            "columnDefs" : [ 
82
            "columnDefs" : [ 
83
<%If parRtagId <> "" Then %>
83
<%If parRtagId <> "" Then %>
84
                {visible: false, targets : [0,1]},
84
                {visible: false, targets : [0,1]},
85
<%End If%>
85
<%End If%>
86
                {className : "dt-nowrap", targets: "_all" },
86
                {className : "dt-nowrap", targets: "_all" },
87
                {orderable : false, targets : [7]},
87
                {orderable : false, targets : [8]},
88
            ],
88
            ],
89
            // Refresh display IFF showing the head
89
            // Refresh display IFF showing the head
90
            "fnInfoCallback": function( oSettings, iStart, iEnd, iMax, iTotal, sPre ) {
90
            "fnInfoCallback": function( oSettings, iStart, iEnd, iMax, iTotal, sPre ) {
91
                if (iStart <= 1) {
91
                if (iStart <= 1) {
92
                    clearTimeout(interval);
92
                    clearTimeout(interval);
Line 154... Line 154...
154
                                                 <th>Release</th>
154
                                                 <th>Release</th>
155
                                                 <th>Package</th>
155
                                                 <th>Package</th>
156
                                                 <th>Version</th>
156
                                                 <th>Version</th>
157
                                                 <th>Time</th>
157
                                                 <th>Time</th>
158
                                                 <th>Reason</th>
158
                                                 <th>Reason</th>
-
 
159
                                                 <th>Duration</th>
159
                                                 <th>Result</th>
160
                                                 <th>Result</th>
160
                                                 <th>Tests</th>
161
                                                 <th>Tests</th>
161
                                            </tr>
162
                                            </tr>
162
                                        </thead>
163
                                        </thead>
163
                                        <tbody>
164
                                        <tbody>