diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-03 18:54:19 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-03 18:59:15 +0530 |
| commit | 04c07646fa7d429eaca68c3b5166952fd92abf12 (patch) | |
| tree | 1064c3dbef652684412ce8dbccc2f2beba43b54e /src/com.gluster.storage.management.gateway | |
| parent | 9ae3f45cf689e60d7494543509531fd1349bfbfd (diff) | |
Fixed Bug 3173 - Wrong password does not report problem properly.
Diffstat (limited to 'src/com.gluster.storage.management.gateway')
| -rw-r--r-- | src/com.gluster.storage.management.gateway/WebContent/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/index.html b/src/com.gluster.storage.management.gateway/WebContent/index.html index 620c949b..85b03dbf 100644 --- a/src/com.gluster.storage.management.gateway/WebContent/index.html +++ b/src/com.gluster.storage.management.gateway/WebContent/index.html @@ -103,9 +103,9 @@ Could not identify your CPU architecture. Please click on the appropriate link below to invoke Gluster Management Console! </DIV> <DIV ID="always_on" style="display: none"> - Linux - <a href="linux.gtk.x86/gluster-management-console.jnlp">32 bit</a> <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> <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> <a href="win32.win32.x86_64/gluster-management-console.jnlp">64 bit</a><br> + Linux - <a href="linux.gtk.x86/gluster-management-console.jnlp">32 bit</a> <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> <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> <a href="win32.win32.x86_64/gluster-management-console.jnlp">64 bit</a><br> </DIV> </body> |
