fix layout of table
This commit is contained in:
parent
4779e61701
commit
e06d431c84
5 changed files with 14 additions and 10 deletions
|
@ -101,7 +101,7 @@
|
|||
<th><la:message key="labels.failure_url_url" /></th>
|
||||
<th><la:message
|
||||
key="labels.failure_url_search_error_name" /></th>
|
||||
<th><la:message
|
||||
<th class="col-md-2"><la:message
|
||||
key="labels.failure_url_last_access_time" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th><la:message key="labels.name" /></th>
|
||||
<th class="text-center"><la:message
|
||||
<th class="col-md-4 text-center"><la:message
|
||||
key="labels.available" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -58,10 +58,12 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th><la:message key="labels.joblog_jobName" /></th>
|
||||
<th class="text-center"><la:message
|
||||
<th class="col-md-2 text-center"><la:message
|
||||
key="labels.joblog_jobStatus" /></th>
|
||||
<th><la:message key="labels.joblog_startTime" /></th>
|
||||
<th><la:message key="labels.joblog_endTime" /></th>
|
||||
<th class="col-md-3"><la:message
|
||||
key="labels.joblog_startTime" /></th>
|
||||
<th class="col-md-3"><la:message
|
||||
key="labels.joblog_endTime" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -52,9 +52,10 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th><la:message key="labels.scheduledjob_name" /></th>
|
||||
<th class="text-center"><la:message
|
||||
<th class="col-md-2 text-center"><la:message
|
||||
key="labels.scheduledjob_status" /></th>
|
||||
<th><la:message key="labels.scheduledjob_target" /></th>
|
||||
<th class="col-md-2 text-center"><la:message
|
||||
key="labels.scheduledjob_target" /></th>
|
||||
<th><la:message
|
||||
key="labels.scheduledjob_cronExpression" /></th>
|
||||
</tr>
|
||||
|
@ -78,7 +79,7 @@
|
|||
key="labels.scheduledjob_nojob" /></span>
|
||||
</c:if>
|
||||
</c:if></td>
|
||||
<td>${f:h(data.target)}</td>
|
||||
<td class="text-center">${f:h(data.target)}</td>
|
||||
<td>${f:h(data.cronExpression)}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th><la:message key="labels.name" /></th>
|
||||
<th class="text-center"><la:message
|
||||
<th class="col-md-4 text-center"><la:message
|
||||
key="labels.available" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -64,7 +64,8 @@
|
|||
<td>${f:h(data.name)}</td>
|
||||
<td class="text-center"><c:if
|
||||
test="${data.available=='true'}">
|
||||
<span class="label label-primary"><la:message key="labels.enabled" /></span>
|
||||
<span class="label label-primary"><la:message
|
||||
key="labels.enabled" /></span>
|
||||
</c:if> <c:if test="${data.available=='false'}">
|
||||
<span class="label label-default"><la:message
|
||||
key="labels.disabled" /></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue