[PATCH conductor] Remove "load definition from XML" option from launch new deployment page

ifarkas at redhat.com ifarkas at redhat.com
Wed Dec 7 15:30:50 UTC 2011


From: Imre Farkas <ifarkas at redhat.com>

https://bugzilla.redhat.com/show_bug.cgi?id=760940
---
 src/app/views/deployments/_launch_new.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/deployments/_launch_new.html.haml b/src/app/views/deployments/_launch_new.html.haml
index 87ff422..d8e62f5 100644
--- a/src/app/views/deployments/_launch_new.html.haml
+++ b/src/app/views/deployments/_launch_new.html.haml
@@ -31,7 +31,7 @@
         %p
           %label{:for => 'deployable_id'}
             = t('catalog_entries.index.deployable')
-          = select_tag :deployable_id, options_for_select([[t('.load_definition'), t('.other')]] + @deployables.map {|d| [d.name, d.id]}, params[:deployable_id])
+          = select_tag :deployable_id, options_for_select(@deployables.map {|d| [d.name, d.id]}, params[:deployable_id])
 
       %fieldset
         %p
-- 
1.7.6.4




More information about the aeolus-devel mailing list