Skip to content

Commit

Permalink
Merge pull request #171 from ChefAustin/patch-1
Browse files Browse the repository at this point in the history
Feature Addition: Deploy 'Status' field
  • Loading branch information
grahamgilbert authored Jan 12, 2018
2 parents 4cd0a06 + 9e2c4dc commit 96aca72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/templates/server/machine_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ <h2 style="text-align:center">{{ machine.hostname }}</h2>
<div class="panel-body">
<dl class="dl-horizontal">
<legend><h5 class"text-uppercase">Machine Details</h5></legend>
<dt>Deploy Status:</dt>
<dd>
{% if machine.deployed %}
Deployed
{% else %}
Undeployed
{% endif %}
</dd>
<dt>Model:</dt>
<dd>
{% if machine.machine_model_friendly %}
Expand Down

0 comments on commit 96aca72

Please sign in to comment.