diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-08 17:44:06 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-08 17:44:06 +0200 |
| commit | f0e77d6b65d5765b361e76919e75c738e079bdfc (patch) | |
| tree | 4f8a22153d154435e2d5a471af4b4916ae3f1745 | |
| parent | a25ace59fe9db8983b722d55484f9e5a8b231ac9 (diff) | |
Test
| -rw-r--r-- | client/partials/image/edit.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index ce2c7fd..971cf65 100644 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -36,9 +36,11 @@ </form> <form action="../server/index.php" method="post"> <input type="hidden" name="task" value="image" /> - <input type="hidden" name="token" value="{{ getToken() }}" /> + <input type="hidden" name="token" value="{{ getToken()}}" /> <input type="hidden" name="action" value="uploadImage" /> - <input type="hidden" name="id" value="{{ image.id }}" /> + <input type="hidden" name="diskFormat" value="QCOW2" /> + + <input type="hidden" name="id" value="{{ image.id}}" /> <input type="hidden" name="file_name" value="cirros-0.3.4-x86_64-disk.img" /> <fieldset class="form-group"> <label class="control-label col-sm-2">Upload</label> |
