Verified Commit a7114666 authored by urbec's avatar urbec 🐣 Committed by Mattia Rizzolo
Browse files

change text for AMs who set their slots to 0 to distinct better from those who...


change text for AMs who set their slots to 0 to distinct better from those who ran out of free slots

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 1f99ddad
......@@ -64,7 +64,7 @@ document.addEventListener("DOMContentLoaded", evt => { main(); });
<input type="hidden" name="am" value="{{am.lookup_key}}">
<button
{% if am.slots == 0 %}
class="btn btn-sm btn-outline-secondary" data-toggle="tooltip" title="This AM has no slots at all"
class="btn btn-sm btn-outline-secondary" data-toggle="tooltip" title="This AM has set their slots to 0"
{% elif am.stats_free == 0 %}
class="btn btn-sm btn-secondary" data-toggle="tooltip" title="This AM has no free slots"
{% elif am.stats_free < 0 %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment