style(container-details): fix a typo in container status

pull/1187/merge
Ben Yanke 2018-01-31 13:28:36 -06:00 committed by Anthony Lapenna
parent f31f29fa2f
commit e6422a6d75
1 changed files with 1 additions and 1 deletions

View File

@ -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>