You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2012/02/29 14:57:13 UTC

[PATCH core 5/5] CIMI: Added OpenStack option to client app

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 clients/cimi/views/layout.haml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/clients/cimi/views/layout.haml b/clients/cimi/views/layout.haml
index b7b48fb..44007cb 100644
--- a/clients/cimi/views/layout.haml
+++ b/clients/cimi/views/layout.haml
@@ -10,6 +10,7 @@
     %script{ :src => '/bootstrap/js/bootstrap-dropdown.js' }
     %script{ :src => '/bootstrap/js/bootstrap-transition.js' }
     %script{ :src => '/bootstrap/js/bootstrap-modal.js' }
+    %script{ :src => '/bootstrap/js/bootstrap-buttons.js' }
     %link{ :href => '/bootstrap/bootstrap.min.css', :rel => :stylesheet }
     %link{ :href => '/app.css', :rel => :stylesheet }
     %script{ :src => '/app.js' }
@@ -31,6 +32,8 @@
                       %a{ :href => '#ec2', :onclick => "toggleConfig('ec2')"} Amazon EC2
                     %li
                       %a{ :href => '#providerModal', :onclick => "toggleConfig('rhevm')"} RHEV-M
+                    %li
+                      %a{ :href => '#providerModal', :onclick => "toggleConfig('openstack')"} OpenStack
 
       .container
         %div{ :id => 'providerModal', :class => 'modal hide fade' }
-- 
1.7.9.1