Skip to content

Commit

Permalink
style(container-details): fix a typo in container status
Browse files Browse the repository at this point in the history
  • Loading branch information
benyanke authored and deviantony committed Jan 31, 2018
1 parent f31f29f commit e6422a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/container/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<td>
<i class="fa fa-heartbeat space-right green-icon" ng-if="container.State.Running"></i>
<i class="fa fa-heartbeat space-right red-icon" ng-if="!container.State.Running && container.State.Status !== 'created'"></i>
{{ container.State|getstatetext }} since {{ activityTime }}<span ng-if="!container.State.Running && container.State.Status !== 'created'"> with exit code {{ container.State.ExitCode }}</span>
{{ container.State|getstatetext }} for {{ activityTime }}<span ng-if="!container.State.Running && container.State.Status !== 'created'"> with exit code {{ container.State.ExitCode }}</span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit e6422a6

Please sign in to comment.