|
|
@ -33,7 +33,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<tr ng-repeat="container in containers|orderBy:predicate">
|
|
|
|
<tr ng-repeat="container in containers|orderBy:predicate">
|
|
|
|
<td><input type="checkbox" ng-model="container.Checked" /></td>
|
|
|
|
<td><input type="checkbox" ng-model="container.Checked" /></td>
|
|
|
|
<td><a href="/#/containers/{{ container|containername }}/">{{ container|containername}}</a></td>
|
|
|
|
<td><a href="/#/containers/{{ container.Id }}/">{{ container|containername}}</a></td>
|
|
|
|
<td><a href="/#/images/{{ container.Image }}/">{{ container.Image }}</a></td>
|
|
|
|
<td><a href="/#/images/{{ container.Image }}/">{{ container.Image }}</a></td>
|
|
|
|
<td>{{ container.Command|truncate:40 }}</td>
|
|
|
|
<td>{{ container.Command|truncate:40 }}</td>
|
|
|
|
<td>{{ container.Created|getdate }}</td>
|
|
|
|
<td>{{ container.Created|getdate }}</td>
|
|
|
|