[Kimchi-devel] [PATCH 5/5] Disable upload option while adding a volume to a pool
Hongliang Wang
hlwang at linux.vnet.ibm.com
Tue Sep 16 10:12:24 UTC 2014
On 09/16/2014 05:28 AM, Aline Manera wrote:
> Upload feature has some issues.
> Disable it until we get them fixed.
>
> Signed-off-by: Aline Manera <alinefm at linux.vnet.ibm.com>
Reviewed-by: Hongliang Wang <hlwang 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>
More information about the Kimchi-devel
mailing list