Displaying 4 results from an estimated 4 matches for "757d67c".
Did you mean:
717067c
2009 May 27
1
[PATCH server] UI tweaks for cloud
...++++++++++++++++++---------
5 files changed, 124 insertions(+), 51 deletions(-)
create mode 100644 src/public/images/mystery_cloud2.png
create mode 100644 src/public/images/tab_bg.png
diff --git a/src/app/views/cloud/instance/index.rhtml b/src/app/views/cloud/instance/index.rhtml
index 218bd8c..757d67c 100644
--- a/src/app/views/cloud/instance/index.rhtml
+++ b/src/app/views/cloud/instance/index.rhtml
@@ -1,4 +1,4 @@
-<div id="toolbar_nav">
+<div id="toolbar">
<!-- TODO: Make each li a submit button with same styling as current li.
Handlng of this wil...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order:
* [PATCH server] Add svc_vm_actions method to VmService.
* [PATCH server] Cloud UI layer to initiate actions on vms.
The service layer patch should work fine on its own (and not break
anything), but cloud patch relies on service being there.