[Kimchi-devel] [PATCH 5/5] Disable upload option while adding a volume to a pool
Aline Manera
alinefm at linux.vnet.ibm.com
Mon Sep 15 21:28:53 UTC 2014
Upload feature has some issues.
Disable it until we get them fixed.
Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
---
ui/pages/storagepool-add-volume.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/pages/storagepool-add-volume.html.tmpl b/ui/pages/storagepool-add-volume.html.tmpl
index b01c942..dad689c 100644
--- a/ui/pages/storagepool-add-volume.html.tmpl
+++ b/ui/pages/storagepool-add-volume.html.tmpl
@@ -50,7 +50,7 @@
</div>
<div class="form-section">
<h2>
- <input type="radio" id="volume-type-upload" class="volume-type" name="volumeType" value="upload"/>
+ <input type="radio" id="volume-type-upload" class="volume-type" name="volumeType" value="upload" disabled/>
<label for="volume-type-upload">
$_("Upload an file")
</label>
--
1.9.3
More information about the Kimchi-devel
mailing list