feature(cloudcmd) --name: add ability to set tab name in web browser

This commit is contained in:
coderaiser 2017-07-26 16:57:33 +03:00
parent 9ef0dd02dd
commit 9cdca9efe5
12 changed files with 93 additions and 20 deletions

View file

@ -93,6 +93,14 @@
<input data-name="js-showKeysPanel" type="checkbox" {{ showKeysPanel }}>
Show keys panel
</label>
</li>
<li>
<input
data-name="js-name"
title="Name"
value="{{ name }}"
placeholder="name"
class="form-control">
</li>
<li>
<input