[PATCH conductor] Adds id of provider_type to list in XML

Petr Blaho pblaho at redhat.com
Thu Jul 26 13:31:26 UTC 2012


On Thursday, July 26, 2012 03:30:08 PM pblaho at redhat.com wrote:
> From: Petr Blaho <pblaho at redhat.com>
> 
> ---
>  src/app/views/provider_types/_list.xml.haml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/app/views/provider_types/_list.xml.haml b/src/app/views/provider_types/_list.xml.haml
> index d612421..8342788 100644
> --- a/src/app/views/provider_types/_list.xml.haml
> +++ b/src/app/views/provider_types/_list.xml.haml
> @@ -1,6 +1,6 @@
>  !!! XML
>  %provider_types
>    - @provider_types.each do |p|
> -    %provider_type
> +    %provider_type{:id => p.id}
>        %name= p.name
>        %deltacloud_driver= p.deltacloud_driver
> 

SELF ACK and PUSHED.

-- 

With regards
Petr Blaho



More information about the aeolus-devel mailing list