[
https://issues.apache.org/jira/browse/SLIDER-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176309#comment-14176309
]
Steve Loughran commented on SLIDER-539:
---------------------------------------
App index page now fetches the roles, sorts the list and provides details about
them in a table.
HTML view of the output
{code}
<div class="container_instances">
<h3>
Component Instances
</h3>
<table>
<tr>
<th>
Component
</th>
<th>
Desired
</th>
<th>
Actual
</th>
<th>
Requested
</th>
<th>
Failed
</th>
<th>
Failed to start
</th>
</tr>
<tr>
<td>
role0
</td>
<th>
8
</th>
<th>
5
</th>
<th>
0
</th>
<th>
2
</th>
<th>
1
</th>
</tr>
<tr>
<td>
role1
</td>
<th>
0
</th>
<th>
0
</th>
<th>
3
</th>
<th>
0
</th>
<th>
0
</th>
</tr>
<tr>
<td>
role2
</td>
<th>
0
</th>
<th>
0
</th>
<th>
0
</th>
<th>
0
</th>
<th>
0
</th>
</tr>
</table>
</div>
{code}
> Web view to list outstanding container requests
> -----------------------------------------------
>
> Key: SLIDER-539
> URL: https://issues.apache.org/jira/browse/SLIDER-539
> Project: Slider
> Issue Type: Improvement
> Components: Web & REST
> Affects Versions: Slider 0.60
> Reporter: Steve Loughran
> Assignee: Steve Loughran
>
> Web view to list details of outstanding container requests.
> this can be done in a table of other counts, e.g. failure count per role
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)