[PATCH] BZ863055 - correct provider's image ID field

Matt Wagner matt.wagner at redhat.com
Fri Oct 5 14:53:53 UTC 2012


On Thu, Oct 04, 2012 at 01:04:46PM -0400, tzumainn at redhat.com wrote:
> From: Tzu-Mainn Chen <tzumainn at redhat.com>
> 
> ---
>  src/app/views/images/_status.html.mustache |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/app/views/images/_status.html.mustache b/src/app/views/images/_status.html.mustache
> index af25716..9f73fe7 100644
> --- a/src/app/views/images/_status.html.mustache
> +++ b/src/app/views/images/_status.html.mustache
> @@ -54,7 +54,7 @@
>                      {{account.provider_name}}
>                    </td>
>                    <td class="light">
> -                    {{provider_image.uuid}}
> +                    {{provider_image.target_identifier}}
>                    </td>
>                    <td class="image_controls light">
>                        {{#push_status.is_active_push}}
> -- 
> 1.7.6.5

ACK.

Pushed to master and 1.1.

-- Matt



More information about the aeolus-devel mailing list