c16e7a4b3d
This patch adds 'start', 'stop' and 'logs' operations for each container. 'start' and 'stop' operations are added as item action in each row on table view and details view. 'logs' are called while loading details view, then logs are shown in 'Logs' tab. Change-Id: I878728a2b05265d29a4d73918146083d90bec749 Partial-Implements: blueprint add-container-operations
8 lines
212 B
HTML
8 lines
212 B
HTML
<div ng-controller="horizon.dashboard.container.containers.LogsController as ctrl">
|
|
<div class="row">
|
|
<div class="col-md-12 detail">
|
|
<pre class="logs">{$ ctrl.logs $}</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|