[PATCH] BZ 783910 added missing priority information

Imre Farkas ifarkas at redhat.com
Wed Feb 1 09:34:24 UTC 2012


On 01/23/2012 04:28 PM, Tzu-Mainn Chen wrote:
> ---
>   .../_add_provider_accounts_form.html.haml          |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/views/pool_families/_add_provider_accounts_form.html.haml b/src/app/views/pool_families/_add_provider_accounts_form.html.haml
> index 4c453a2..a3be840 100644
> --- a/src/app/views/pool_families/_add_provider_accounts_form.html.haml
> +++ b/src/app/views/pool_families/_add_provider_accounts_form.html.haml
> @@ -11,5 +11,6 @@
>       %td= account.credentials_hash['username']
>       %td= account.provider.name
>       %td= account.provider.provider_type.name
> +    %td= account.priority
>       %td{:class =>  'center'}= number_to_percentage account.quota.percentage_used, :precision =>  0
>       %td{:class =>  'center'}= account.quota.maximum_running_instances or 'unlimited'

ACK



More information about the aeolus-devel mailing list