mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add one-panel-mode
This commit is contained in:
parent
1ce8a78e04
commit
5b4f7368ad
10 changed files with 52 additions and 13 deletions
|
|
@ -133,4 +133,10 @@
|
|||
HTML Dialogs
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input data-name="js-onePanelMode" type="checkbox" {{ onePanelMode }}>
|
||||
One Panel Mode
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<section data-name="js-{{ side }}" class="panel panel-{{ side }}">{{ content }}</section>
|
||||
<section data-name="js-{{ side }}" class="panel panel-{{ side }} {{ className }}">{{ content }}</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue