[Kimchi-devel] [PATCH] Addendum to [PATCH v2 0/4] Host Repository Management Support

Adam King rak at linux.vnet.ibm.com
Thu Mar 13 19:27:09 UTC 2014


I meant to send this as an addendum to v3.
Please ignore this one. I resent with revised commit text and corrected 
In Reply To

Adam



On 03/13/2014 03:06 PM, Adam King wrote:
> v2 dropped the default radio button check from the add repo panel.
> Adding it again.
>
> Signed-off-by: Adam King <rak at linux.vnet.ibm.com>
> ---
>   ui/pages/repository-add.html.tmpl | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/pages/repository-add.html.tmpl b/ui/pages/repository-add.html.tmpl
> index a170f1d..4a97fd3 100644
> --- a/ui/pages/repository-add.html.tmpl
> +++ b/ui/pages/repository-add.html.tmpl
> @@ -62,7 +62,7 @@
>                       <div class="textbox-wrapper">
>                           <input type="radio" id="isMirrorRadioTrue" name="is_mirror" value="true" />
>                           <label for="isMirrorRadioTrue">$_("Yes")</label>
> -                        <input type="radio" id="isMirrorRadioFalse" name="is_mirror" value="false" />
> +                        <input type="radio" id="isMirrorRadioFalse" checked="checked" name="is_mirror" value="false" />
>                           <label for="isMirrorRadioFalse">$_("No")</label>
>                       </div>
>                   </div>


-- 
Adam King <rak at linux.vnet.ibm.com>
IBM CSI




More information about the Kimchi-devel mailing list