move memory status on the top of the page

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1540598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-11-11 03:59:02 +00:00
parent 1f5321ce2a
commit d2d05bbf86

View File

@ -383,6 +383,14 @@ <h4>${$.i18n.prop('system-status.header.version.info')}</h4>
<div id="status_version_info">
<img src="images/small-spinner.gif"/>
</div>
<div class="page-header">
<h4>${$.i18n.prop('system-status.header.memory')}&nbsp;<a class="cursor-hand" onclick="displayMemoryUsage()"><img src="images/view-refresh.png"/></a></h4>
</div>
<div id="status_memory_info">
<img src="images/small-spinner.gif"/>
</div>
<div class="page-header">
<h3>${$.i18n.prop('system-status.header.main')}&nbsp;<a class="cursor-hand" onclick="refreshSystemStatus()"><img src="images/view-refresh-22-22.png"/></a></h3>
</div>
@ -407,13 +415,6 @@ <h4>${$.i18n.prop('system-status.header.caches')}&nbsp;<a class="cursor-hand" on
<img src="images/small-spinner.gif"/>
</div>
<div class="page-header">
<h4>${$.i18n.prop('system-status.header.memory')}&nbsp;<a class="cursor-hand" onclick="displayMemoryUsage()"><img src="images/view-refresh.png"/></a></h4>
</div>
<div id="status_memory_info">
<img src="images/small-spinner.gif"/>
</div>
<div class="page-header">
<h4>${$.i18n.prop('system-status.header.current.time')}</h4>
</div>