mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Handle infite range for Adv disco. scanner
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
background-color: @primary-bg;
|
||||
border: 1px solid @primary-disabled;
|
||||
color: @disabled;
|
||||
fill: @disabled;
|
||||
|
||||
.details {
|
||||
min-height: 2.5em;
|
||||
@@ -70,6 +71,7 @@
|
||||
|
||||
&:hover{
|
||||
color: @fg;
|
||||
fill: @fg;
|
||||
border: 1px solid @primary;
|
||||
|
||||
.sz {
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<div class="l" ng-if="c.c.recharge">Recharge: {{c.c.recharge}} <u>Mj</u></div>
|
||||
<div class="l" ng-if="c.c.repair">Repair: {{c.c.repair}}</div>
|
||||
<div class="l" ng-if="c.c.rangeLS">{{c.c.rangeLS}} <u>LS</u></div>
|
||||
<div class="l" ng-if="c.c.rangeLS === null"><svg class="icon"><use xlink:href="#infinite"></use></svg> <u>LS</u></div>
|
||||
<div class="l" ng-if="c.c.rangeRating">Range: {{c.c.rangeRating}}</div>
|
||||
<div class="l" ng-if="c.c.armouradd">+{{c.c.armouradd}} <u>Armour</u></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user