| Line 681... |
Line 681... |
| 681 |
<td nowrap class="body_rowg"><%=Get_Run_Level(currentRunLevel, indefinitelyPaused,daemonState)%></td>
|
681 |
<td nowrap class="body_rowg"><%=Get_Run_Level(currentRunLevel, indefinitelyPaused,daemonState)%></td>
|
| 682 |
<td nowrap class="body_rowg"><%=Get_Package_Name(pkgName,parRtagId,pkgPvid)%></td>
|
682 |
<td nowrap class="body_rowg"><%=Get_Package_Name(pkgName,parRtagId,pkgPvid)%></td>
|
| 683 |
<td nowrap class="body_rowg"><%=PrettyDelta(delta, daemonState,pkgName )%></td>
|
683 |
<td nowrap class="body_rowg"><%=PrettyDelta(delta, daemonState,pkgName )%></td>
|
| 684 |
<td nowrap class="body_rowg">
|
684 |
<td nowrap class="body_rowg">
|
| 685 |
<%
|
685 |
<%
|
| 686 |
If (rsQry2.RecordCount > 0) AND NOT indefinitelyPaused Then
|
686 |
If (rsQry2.RecordCount > 0) Then
|
| 687 |
If objAccessControl.UserLogedIn AND canActionControlInProject("BuildControl") Then
|
687 |
If canActionControlInProject("BuildControl") Then
|
| 688 |
If daemonState = 0 Then
|
688 |
If daemonState = 0 Then
|
| 689 |
Call Action_Buttons ( "Daemon Pause" )
|
689 |
Call Action_Buttons ( "Daemon Pause" )
|
| 690 |
ElseIf daemonState = 1 Then
|
690 |
ElseIf daemonState = 1 Then
|
| 691 |
Call Action_Buttons ( "Daemon Resume" )
|
691 |
Call Action_Buttons ( "Daemon Resume" )
|
| 692 |
ElseIf daemonState = 2 Then
|
692 |
ElseIf daemonState = 2 Then
|
| Line 724... |
Line 724... |
| 724 |
<td valign="bottom" background="images/bg_table_col.gif" class="body_col"></td>
|
724 |
<td valign="bottom" background="images/bg_table_col.gif" class="body_col"></td>
|
| 725 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
725 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
| 726 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
726 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
| 727 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col">
|
727 |
<td valign="bottom" nowrap background="images/bg_table_col.gif" class="body_col">
|
| 728 |
<%
|
728 |
<%
|
| 729 |
If (rsQry.RecordCount > 0) AND NOT indefinitelyPaused Then
|
729 |
If (rsQry.RecordCount > 0) Then
|
| 730 |
If objAccessControl.UserLogedIn AND canActionControlInProject("BuildControl") Then
|
730 |
If canActionControlInProject("BuildControl") Then
|
| 731 |
Call Action_Buttons ( "Daemon Control All" )
|
731 |
Call Action_Buttons ( "Daemon Control All" )
|
| 732 |
Else
|
732 |
Else
|
| 733 |
Call Action_Buttons ( "Daemon Control All Disabled" )
|
733 |
Call Action_Buttons ( "Daemon Control All Disabled" )
|
| 734 |
End If
|
734 |
End If
|
| 735 |
Else
|
735 |
Else
|