feature(cloudcmd) add ability to set packer with: --packer: "tar" or "zip"

This commit is contained in:
coderaiser 2016-11-17 17:37:06 +02:00
parent a4d8c19247
commit 689dd037c1
23 changed files with 235 additions and 41 deletions

View file

@ -91,6 +91,12 @@
Online
</label>
</li>
<li>
<select data-name="js-packer" class="form-control full-width" title="Packer">
<option {{ tar-selected }}>tar</option>
<option {{ zip-selected }}>zip</option>
</select>
</li>
<li>
<label>
<input data-name="js-cache" type="checkbox" {{ cache }} >
@ -104,7 +110,7 @@
</label>
</li>
<li>
<input
<input
data-name="js-root"
title="Root"
value="{{ root }}"