commit | 1a8fb57503a58e14ce036b31bed7433787bfedc7 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed May 08 20:07:58 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed May 08 20:13:30 2019 -0700 |
tree | 9af088b9086e58212fad0b7fde594aada1fd4c5b | |
parent | c24ee413a8caed7dad8618ca943cce1730d028c3 [diff] [blame] |
Display has_piece on the webpage Change-Id: I81ff1c7a821e55c35207613f0045582f5ecb6175
diff --git a/y2019/vision/server/www/index.html b/y2019/vision/server/www/index.html index c970ce1..dc06ed6 100644 --- a/y2019/vision/server/www/index.html +++ b/y2019/vision/server/www/index.html
@@ -63,6 +63,14 @@ <div id="stilts" class="dof"> </div> </div> + + <div class="dof_container"> + <div class="dof_name"> + has_piece + </div> + <div id="has_piece" class="dof"> + </div> + </div> </div> </div> </body>