user can now forget hosts

- hosts are never unpaired, so re-adding the hostname will not require pairing
GFEHostIP field marked as `dirty` when mDNS found
- thanks to https://github.com/google/material-design-lite/issues/903
- untested.
This commit is contained in:
R. Aidan Campbell
2016-04-16 13:07:47 -04:00
parent 55275b8c4b
commit 5d4f191b07
2 changed files with 21 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
</div>
<div class="button-holder">
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="hostChosen">Connect</button>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" id="forgetHost">Forget</button>
</div>
</div>