Add Timerboard Structures, step 2 (#976)

Added additional labels for added structure types
(cherry picked from commit d8f4d56dd802016e3b0b526b7ee156e9d2ba6113)
This commit is contained in:
Adarnof 2018-02-23 21:36:57 -05:00
parent 6b1da3b18a
commit a143dfbb37

View File

@ -118,7 +118,6 @@
Engineering Complex [XL] Engineering Complex [XL]
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Station" %} {% ifequal timer.structure "Station" %}
<div class="label label-danger"> <div class="label label-danger">
Station Station
@ -129,8 +128,23 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Refinery[M]" %}
<div class="label label-default"> <div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other
<div class="label label-default
Other Other
</div> </div>
{% endifequal %} {% endifequal %}
@ -263,6 +277,21 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Refinery[M]" %}
<div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Other" %}
<div class="label label-default"> <div class="label label-default">
Other Other
@ -399,6 +428,21 @@
TCU TCU
</div> </div>
{% endifequal %} {% endifequal %}
{% ifequal timer.structure "Refinery[M]" %}
<div class="label label-warning">
Refinery [M]
</div>
{% endifequal %}
{% ifequal timer.structure "Refinery[L]" %}
<div class="label label-warning">
Refinery [L]
</div>
{% endifequal %}
{% ifequal timer.structure "Moon Mining Cycle" %}
<div class="label label-success">
Moon Mining Cycle
</div>
{% endifequal %}
{% ifequal timer.structure "Other" %} {% ifequal timer.structure "Other" %}
<div class="label label-default"> <div class="label label-default">
Other Other