update robot ID input

This commit is contained in:
Silver Kuusik 2018-06-30 19:24:11 +02:00 committed by GitHub
parent b7e151f5f0
commit 4a3698d4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
<div id="panel">
<img class="logo" src="assets/img/logo.png" alt="logo">
<div class="input-group">
<span class="input-group-addon" id="robot-label">robot name</span>
<input type="text" class="form-control" id="robot-id" placeholder="SumoRobot ID" />
<span class="input-group-addon" id="robot-label">robot ID</span>
<input type="text" class="form-control" id="robot-id" placeholder="xxxxxx" />
</div>
<div class="btn-group btn-group-robot" role="group" aria-label="robots">
<a href="#" class="btn btn-lg btn-robot-go">GO!</a>