diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:03:10 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 12:03:10 +0200 |
commit | 298ab560e8c599dfaf4829eb1426c6642a823122 (patch) | |
tree | faf4ea8cf9b4927c6f124a43a6652f372f31c6e0 /index.html | |
parent | d82ad6356586e74f41869647d57157993a3d6161 (diff) |
Store robot's address in settings
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ <!--<option value="d">Dolgooooooooooooooooooooooooooooooooooooooooooooooo</option>--> </select> </div> + <div class="form-group"> + <span class="small" data-tkey="robot_address">Robot’s address</span> + <a class="text-muted" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="left" data-html="true" data-content="<span class='small'>Set the robot's IP address.</span>" data-original-title="" title=""><i class="glyphicon glyphicon-question-sign"></i></a><br> + <input type="text" class="form-control" id="robot_address_input" /> + </div> <!--<div class="form-group"> <span class="small" data-tkey="language"> Language |