]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/modules/jobs/status.html
bootstrap4: port job status
[people/jschlag/pbs.git] / src / templates / modules / jobs / status.html
index 7f1158c9cd86abd9325a6307d9cf8d95dc5149f9..9bd496bdbbf6fb0e61a6dd5f754ee3eae0663a8f 100644 (file)
@@ -1,11 +1,11 @@
 {% if jobs %}
        {% for j in jobs %}
-               <a href="/job/{{ j.uuid }}" rel="tooltip" title="{% module JobState(j, plain=True) %}">
+               <a href="/job/{{ j.uuid }}" data-toggle="tooltip" data-placement="top" title="{% module JobState(j, plain=True) %}">
                        {% module JobState(j, show_arch=True) %}
                </a>
        {% end %}
 {% else %}
-       <span class="muted">
+       <span class="text-muted">
                {{ _("This build has got no jobs.") }}
        </span>
 {% end %}