Merge pull request #3601 from Anewbe/hop_console

Adds cargo jobs to the ID console
This commit is contained in:
Neerti
2017-07-14 23:38:54 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@
data["medical_jobs"] = format_jobs(medical_positions)
data["science_jobs"] = format_jobs(science_positions)
data["security_jobs"] = format_jobs(security_positions)
data["cargo_jobs"] = format_jobs(cargo_positions)
data["civilian_jobs"] = format_jobs(civilian_positions)
data["centcom_jobs"] = format_jobs(get_all_centcom_jobs())
@@ -173,6 +173,17 @@
{{/for}}
</td>
</tr>
<tr>
<th style="color: '#663300';">Supply</th>
<td>
{{for data.cargo_jobs}}
{{if index && index % 6 === 0}}
</td></tr><tr><th></th><td>
{{/if}}
{{:helper.link(value.display_name, '', {'choice' : 'assign', 'assign_target' : value.job}, data.target_rank == value.job ? 'disabled' : null)}}
{{/for}}
</td>
</tr>
<tr>
<th style="color: '#808080';">Civilian</th>
<td>