Skip to content

Commit

Permalink
amazon to 65, less gross disabled message on titus details
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored and tomaslin committed Mar 16, 2018
1 parent 7a0d3ae commit 5c80b59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion serverGroup/details/serverGroupDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ <h3 select-on-dbl-click>
</div>
</div>
<div class="content" ng-if="!state.loading">
<h4 class="text-center" ng-if="serverGroup.isDisabled">[TITUS JOB IS DISABLED]</h4>
<div class="band band-info" ng-if="serverGroup.isDisabled">
Job is Disabled
</div>
<server-group-running-tasks-details server-group="serverGroup" application="ctrl.application"></server-group-running-tasks-details>
<collapsible-section heading="Titus Job Information" expanded="true">
<dl class="dl-horizontal dl-flex">
Expand Down

0 comments on commit 5c80b59

Please sign in to comment.