Skip to content

Commit

Permalink
Add button to switch to remote console
Browse files Browse the repository at this point in the history
  • Loading branch information
recumbentbirder committed Jul 31, 2018
1 parent 30a29b9 commit 28c6b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ <h4>MultiPlus</h4>
<img src="images/logo-vic.svg">
<input type="button" value="Toggle shore power" style="visibility: hidden; float: right;" onclick="toggleShorePower();"></input>
<input type="button" value="Toggle shore voltage" style="visibility: hidden; float: right;" onclick="toggleShoreVoltage();"></input>
<input type="button" onclick="location.href='http://192.168.3.70/';" value="Remote Console" />
<a href=""></a>
</header>
<div class="container">
Expand Down

0 comments on commit 28c6b30

Please sign in to comment.