mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-23 08:27:09 +00:00
now with unpairing button. The button location and styling is very broken.
This commit is contained in:
13
index.html
13
index.html
@@ -104,6 +104,19 @@
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<dialog id="unpairHostDialog" class="mdl-dialog">
|
||||
<h3 class="mdl-dialog__title">Unpair from this host?</h3>
|
||||
<div class="mdl-dialog__content">
|
||||
<p id="unpairHostDialogText">
|
||||
Are you sure you want to unpair from this host?
|
||||
</p>
|
||||
</div>
|
||||
<div class="mdl-dialog__actions">
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelUnpairHost">No</button>
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueUnpairHost">Yes</button>
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<dialog id="addHostDialog" class="mdl-dialog">
|
||||
<h3 class="mdl-dialog__title">Add PC Manually</h3>
|
||||
<div class="mdl-dialog__content">
|
||||
|
||||
Reference in New Issue
Block a user