]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/builders/detail.html
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / templates / builders / detail.html
index 85358fb579099d865f490b6c970ff04d4038b788..dc4d80772a7f79ef5341ae2ff9b7ad67bd4cc2a6 100644 (file)
                </div>
        {% end %}
 
-       {% if builder.overload %}
-               <div class="alert alert-block alert-warning">
-                       <h4 class="alert-heading">{{ _("Warning") }}!</h4>
-                       {{ _("This builder is overloaded.") }}
-                       {{ _("That means it will not take any additional jobs although it has not reached its threshold of running jobs, yet.") }}
-                       {{ _("New jobs will be started automatically after the load decreased.") }}
-               </div>
-       {% end %}
-
        <div class="row">
                <div class="span5">
                        <table class="table table-striped table-hover">
                                                <td>{{ _("Load average") }}</td>
                                                <td>
                                                        {{ builder.loadavg or _("N/A") }}
-                                                       {% if builder.overload %}
-                                                                       <span class="label label-important">{{ _("Overload") }}</span>
-                                                       {% end %}
                                                </td>
                                        </tr>
                                        <tr>