feature(config) add root

This commit is contained in:
coderaiser 2015-05-14 09:35:08 -04:00
parent 0e5e4a8f03
commit 83b7b8b268

View file

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