6279: Noticed that enabled.gif is also needed. I see this one when I use the right...
authorradhika <radhika@curoverse.com>
Thu, 9 Jul 2015 13:43:43 +0000 (09:43 -0400)
committerradhika <radhika@curoverse.com>
Thu, 9 Jul 2015 13:43:43 +0000 (09:43 -0400)
and use the reset option. Added this gif.

apps/workbench/app/views/virtual_machines/_webshell.html.erb
apps/workbench/public/enabled.gif [new file with mode: 0644]

index 89074cd7485ebc144ee0cd422f5e76cb6e8cf641..46cd03db1fa3057edf9c5d283215156f27220d98 100644 (file)
@@ -42,7 +42,7 @@
        correctly deal with the enclosing frameset (if any), if we do not
        do this
    -->
-<body onload="setTimeout('login()', 100)"
+<body onload="setTimeout('login()', 1000)"
     scroll="no"><noscript>JavaScript must be enabled for ShellInABox</noscript>
 </body>
 </html>
diff --git a/apps/workbench/public/enabled.gif b/apps/workbench/public/enabled.gif
new file mode 100644 (file)
index 0000000..07936e2
Binary files /dev/null and b/apps/workbench/public/enabled.gif differ