Subversion Repositories DevTools

Rev

Rev 4061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4061 Rev 4170
Line 519... Line 519...
519
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">GBE Machtype</td>
519
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">GBE Machtype</td>
520
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Mode</td>
520
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Mode</td>
521
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Run Level</td>
521
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Run Level</td>
522
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Current Package</td>
522
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Current Package</td>
523
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Last Change<br>Delta (secs)</td>
523
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Last Change<br>Delta (secs)</td>
524
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Switch State</td>
524
                              <td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Control State</td>
525
                           </tr>
525
                           </tr>
526
                           <%
526
                           <%
527
                           ' Get the number of release configurations for this RTAG_ID, and iterate through them
527
                           ' Get the number of release configurations for this RTAG_ID, and iterate through them
528
                           query_string = " select * from release_config rc, gbe_machtype gm, build_machine_config bm"&_
528
                           query_string = " select * from release_config rc, gbe_machtype gm, build_machine_config bm"&_
529
                                          "  where rc.rtag_id = "& parRtagId &_
529
                                          "  where rc.rtag_id = "& parRtagId &_
Line 597... Line 597...
597
                                 <td nowrap class="body_rowg"><%=Get_Package_Name(pkgName)%></td>
597
                                 <td nowrap class="body_rowg"><%=Get_Package_Name(pkgName)%></td>
598
                                 <td nowrap class="body_rowg"><%=PrettyDelta(delta, daemonState,pkgName )%></td>
598
                                 <td nowrap class="body_rowg"><%=PrettyDelta(delta, daemonState,pkgName )%></td>
599
                                 <td nowrap class="body_rowg">
599
                                 <td nowrap class="body_rowg">
600
                                    <%
600
                                    <%
601
                                    If (rsQry2.RecordCount > 0) AND NOT indefinitelyPaused  Then
601
                                    If (rsQry2.RecordCount > 0) AND NOT indefinitelyPaused  Then
602
                                       If objAccessControl.UserLogedIn Then
602
                                       If objAccessControl.UserLogedIn AND objAccessControl.IsActive("BuildControl") Then
603
                                          If IsNull(daemonState) Then
603
                                          If IsNull(daemonState) Then
604
                                             Call Action_Buttons ( "Daemon Pause" )
604
                                             Call Action_Buttons ( "Daemon Pause" )
605
                                          ElseIf daemonState = 1 Then
605
                                          ElseIf daemonState = 1 Then
606
                                             Call Action_Buttons ( "Daemon Resume" )
606
                                             Call Action_Buttons ( "Daemon Resume" )
607
                                          ElseIf daemonState = 2 Then
607
                                          ElseIf daemonState = 2 Then
Line 640... Line 640...
640
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
640
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
641
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
641
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
642
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col">
642
                             <td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col">
643
                             <%
643
                             <%
644
                               If (rsQry.RecordCount > 0) AND NOT indefinitelyPaused  Then
644
                               If (rsQry.RecordCount > 0) AND NOT indefinitelyPaused  Then
645
                                 If objAccessControl.UserLogedIn Then
645
                                 If objAccessControl.UserLogedIn AND objAccessControl.IsActive("BuildControl") Then
646
                                   Call Action_Buttons ( "Daemon Control All" )
646
                                   Call Action_Buttons ( "Daemon Control All" )
647
                                 Else 
647
                                 Else 
648
                                   Call Action_Buttons ( "Daemon Control All Disabled" )
648
                                   Call Action_Buttons ( "Daemon Control All Disabled" )
649
                                 End If
649
                                 End If
650
                               Else
650
                               Else