Show last available version in host card

https://www.pivotaltracker.com/story/show/145135511
This commit is contained in:
Paulus Schoutsen 2017-05-11 20:59:30 -07:00
parent 37526aca88
commit 1946f6c1f0

View File

@ -24,10 +24,6 @@
<td>Hostname</td>
<td>[[data.hostname]]</td>
</tr>
<tr>
<td>Control version</td>
<td>[[data.version]]</td>
</tr>
<tr>
<td>Type</td>
<td>[[data.type]]</td>
@ -36,6 +32,14 @@
<td>OS</td>
<td>[[data.os]]</td>
</tr>
<tr>
<td>Host Control version</td>
<td>[[data.version]]</td>
</tr>
<tr>
<td>Latest available version</td>
<td>[[data.last_version]]</td>
</tr>
</table>
</div>
<div class="card-actions">