mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add ability to set packer with: --packer: "tar" or "zip"
This commit is contained in:
parent
a4d8c19247
commit
689dd037c1
23 changed files with 235 additions and 41 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue