Project

General

Profile

« Previous | Next » 

Revision 1760e128

Added by Justin Sherrill about 10 years ago

Adapting new dynflow work to content views UI

View differences:

engines/bastion/app/assets/javascripts/bastion/content-views/details/views/content-view-details-history.html
<tr alch-table-head>
<th translate>Date</th>
<th translate>Version</th>
<th translate>Environment</th>
<th translate>Action</th>
<th translate>User</th>
<th translate>Status</th>
</tr>
......
<tr alch-table-row ng-repeat="history in detailsTable.rows">
<td alch-table-cell>{{ history.created_at | date:'short' }}</td>
<td alch-table-cell>{{ history.version }} </td>
<td alch-table-cell>{{ history.environment.name }}</td>
<td alch-table-cell>{{ actionText(history) }}</td>
<td alch-table-cell>{{ history.user }}</td>
<td alch-table-cell>{{ history.status }}</td>
<td alch-table-cell>{{ history.task.result }}</td>
</tr>
</tbody>
</table>

Also available in: Unified diff