mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) --columns: add ability to set visible columns (#146)
This commit is contained in:
parent
6c9913e5f1
commit
b5f98be162
18 changed files with 115 additions and 30 deletions
|
|
@ -43,6 +43,12 @@
|
|||
Zip
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<select data-name="js-columns" class="form-control full-width" title="Columns">
|
||||
<option {{ name-size-date-owner-mode-selected }}>name-size-date-owner-mode</option>
|
||||
<option {{ name-size-date-selected }}>name-size-date</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<select data-name="js-editor" class="form-control full-width" title="Editor">
|
||||
<option {{ edward-selected }}>edward</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue