summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index c777fec..ce27e11 100644
--- a/index.html
+++ b/index.html
@@ -412,6 +412,13 @@
<a class="text-muted" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="left" data-html="true" data-tkey-data-content="robot_address_title" data-content="Set the robot's IPv4 or IPv6 address." data-original-title="" title=""><i class="glyphicon glyphicon-question-sign"></i></a><br>
<input type="text" class="form-control" id="robot_address_input" data-tkey-placeholder="robot_address_placeholder" placeholder="IP address" pattern="(((^|\.)((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]?\d))){4}$)|(((^|:)([0-9a-fA-F]{0,4})){1,8}$)" data-tkey-title="robot_address_title" title="Set the robot's IPv4 or IPv6 address.">
</div>
+ <div class="form-group" id="gui_layout_select_form_group">
+ <span class="small" data-tkey="layout_select" >Layout</span>
+ <select class="form-control" id="gui_layout_select">
+ <option value="line-layout">Line</option>
+ <option value="square-layout">Square</option>
+ </select>
+ </div>
<div class="form-group">
<div class="text-right">
<button type="button" class="btn btn-default" id="settings_cancel_btn">Close</button>