Subversion Repositories DevTools

Rev

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

Rev 6879 Rev 7022
Line 285... Line 285...
285
            <div>
285
            <div>
286
            <%If masterCount <> 1 OR toolsetWarning OR bInactiveMachine Then %>
286
            <%If masterCount <> 1 OR toolsetWarning OR bInactiveMachine Then %>
287
            <div  class='errorPanel'>
287
            <div  class='errorPanel'>
288
                <table class="full_table">
288
                <table class="full_table">
289
                <%If masterCount <> 1 Then %>
289
                <%If masterCount <> 1 Then %>
290
                 <tr>
290
                 <tr class='body_txt'>
291
                    <td nowrap class="err_alert">Error
291
                    <td nowrap class="err_alert">Error
292
                    <td> The set of Build Machines must have exactly one Master.
292
                    <td> The set of Build Machines must have exactly one Master.
293
                 </tr>
293
                 </tr>
294
                <%End If%>
294
                <%End If%>
295
                <%If bInactiveMachine Then %>
295
                <%If bInactiveMachine Then %>
296
                 <tr>
296
                 <tr class='body_txt'>
297
                    <td nowrap class="err_alert">Error
297
                    <td nowrap class="err_alert">Error
298
                    <td>One or more of the Build Machines have been deprecated and no longer available for use.
298
                    <td>One or more of the Build Machines have been deprecated and no longer available for use.
299
                 </tr>
299
                 </tr>
300
                <%End If%>
300
                <%End If%>
301
                <%If toolsetWarning Then %>
301
                <%If toolsetWarning Then %>
302
                 <tr>
302
                 <tr class='body_txt'>
303
                    <td nowrap class="err_alert">Warning
303
                    <td nowrap class="err_alert">Warning
304
                    <td>There should be one TOOLSET builder within each set of machines with the same GBE_MACHTYPE.
304
                    <td>There should be one TOOLSET builder within each set of machines with the same GBE_MACHTYPE.
305
                 </tr>
305
                 </tr>
306
                <%End If%>
306
                <%End If%>
307
                </table>
307
                </table>