blob: 5810f2390b6e40dca0b2a054c8771f4e30bdb006 [file] [log] [blame]
<!--
! Copyright 2009-2013 by The Regents of the University of California
! Licensed under the Apache License, Version 2.0 (the "License");
! you may not use this file except in compliance with the License.
! you may obtain a copy of the License from
!
! http://www.apache.org/licenses/LICENSE-2.0
!
! Unless required by applicable law or agreed to in writing, software
! distributed under the License is distributed on an "AS IS" BASIS,
! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! See the License for the specific language governing permissions and
! limitations under the License.
!-->
<wicket:extend xmlns:wicket>
<div>
Registered Node Count: <span wicket:id="node-count"></span>
</div>
<table>
<tr wicket:id="node-list">
<td>
<span wicket:id="node-id"></span>
</td>
<td>
<span wicket:id="heap-used"></span>
</td>
<td>
<span wicket:id="system-load-average"></span>
</td>
<td>
<a wicket:id="node-details">Details</a>
</td>
</tr>
</table>
<table>
<tr wicket:id="jobs-list">
<td>
<span wicket:id="job-id"></span>
</td>
<td>
<span wicket:id="application-name"></span>
</td>
<td>
<span wicket:id="status"></span>
</td>
<td>
<span wicket:id="create-time"></span>
</td>
<td>
<span wicket:id="start-time"></span>
</td>
<td>
<span wicket:id="end-time"></span>
</td>
<td>
<a wicket:id="job-details">Details</a>
</td>
</tr>
</table>
</wicket:extend>