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

Tomas Sedovic tsedovic at redhat.com
Thu Dec 8 13:30:53 UTC 2011


On 12/07/2011 04:30 PM, ifarkas at redhat.com wrote:
> 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

ACK

Thomas
-- 
No trees were killed to send this message, but a large number of 
electrons were terribly inconvenienced.



More information about the aeolus-devel mailing list