Adding total DPS to outfit page and comparisons

This commit is contained in:
Colin McLeod
2015-06-29 11:57:29 -07:00
parent aa7479d111
commit f1d804e3a1
3 changed files with 19 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
</div>
<div ng-show="processed">
<table class="l" style="overflow:hidden;margin: 1em 0;">
<table class="l" style="overflow:hidden;margin: 1em 0; width: 100%;">
<thead><tr><th>Ship</th><th>Build Name</th><th>Action</th></tr></thead>
<tbody ng-repeat="(shipId,shipBuilds) in builds">
<tr class="cb" ng-repeat="(buildName, b) in shipBuilds">