mirror of
https://github.com/apache/archiva.git
synced 2025-02-28 21:49:10 +00:00
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:
parent
1f5321ce2a
commit
d2d05bbf86
@ -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')} <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')} <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')} <a class="cursor-hand" on
|
||||
<img src="images/small-spinner.gif"/>
|
||||
</div>
|
||||
|
||||
<div class="page-header">
|
||||
<h4>${$.i18n.prop('system-status.header.memory')} <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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user