[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:06:47 UTC 2014


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>
-- 
1.8.1.4




More information about the Kimchi-devel mailing list