summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway/WebContent
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-03 20:39:01 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-03 20:39:41 +0530
commit7b46aa84c5578f693971da53946ee1d8a6f60208 (patch)
treec3e2fd0a9cb43975a76e4a23cd3fed7146341a86 /src/com.gluster.storage.management.gateway/WebContent
parent3d97cb7353530f79ab204c96698962f75f0058e7 (diff)
Modified to make sure that volumes summary page refreshes the pie chart properly when new volume is created
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent')
-rw-r--r--src/com.gluster.storage.management.gateway/WebContent/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/index.html b/src/com.gluster.storage.management.gateway/WebContent/index.html
index 85b03dbf..d8ad6414 100644
--- a/src/com.gluster.storage.management.gateway/WebContent/index.html
+++ b/src/com.gluster.storage.management.gateway/WebContent/index.html
@@ -101,11 +101,13 @@
</DIV>
<DIV ID="unknown_arch" style="display: none">
Could not identify your CPU architecture. Please click on the appropriate link below to invoke Gluster Management Console!
- </DIV>
+ </DIV><br>
<DIV ID="always_on" style="display: none">
- Linux - <a href="linux.gtk.x86/gluster-management-console.jnlp">32 bit</a>&nbsp;&nbsp;<a href="linux.gtk.x86_64/gluster-management-console.jnlp">64 bit</a><br>
- Mac OS X - <a href="macosx.cocoa.x86/gluster-management-console.jnlp">32 bit</a>&nbsp;&nbsp;<a href="macosx.cocoa.x86_64/gluster-management-console.jnlp">64 bit</a><br>
- Windows - <a href="win32.win32.x86/gluster-management-console.jnlp">32 bit</a>&nbsp;&nbsp;<a href="win32.win32.x86_64/gluster-management-console.jnlp">64 bit</a><br>
+ <table style="width: 479px; ">
+ <tr><td style="width: 100px;">Linux</td><td style="width: 60px;"><a href="linux.gtk.x86/gluster-management-console.jnlp">32 bit</a></td><td style="width: 60px;"><a href="linux.gtk.x86_64/gluster-management-console.jnlp">64 bit</a></td></tr>
+ <tr><td style="width: 100px;">Mac OS X</td><td style="width: 60px;"><a href="macosx.cocoa.x86/gluster-management-console.jnlp">32 bit</a></td><td style="width: 60px;"><a href="macosx.cocoa.x86_64/gluster-management-console.jnlp">64 bit</a></td></tr>
+ <tr><td style="width: 100px;">Windows</td><td style="width: 60px;"><a href="win32.win32.x86/gluster-management-console.jnlp">32 bit</a></td><td style="width: 60px;"><a href="win32.win32.x86_64/gluster-management-console.jnlp">64 bit</a></td></tr>
+ </table>
</DIV>
</body>