mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
indentation fixes
This commit is contained in:
parent
1773b6cf34
commit
fcc6d0f06b
62
index.html
62
index.html
@ -83,44 +83,44 @@
|
|||||||
<script type="text/javascript" src="static/js/mdns-browser/main.js"></script>
|
<script type="text/javascript" src="static/js/mdns-browser/main.js"></script>
|
||||||
|
|
||||||
<dialog id="pairingDialog" class="mdl-dialog">
|
<dialog id="pairingDialog" class="mdl-dialog">
|
||||||
<h3 class="mdl-dialog__title">Pairing</h3>
|
<h3 class="mdl-dialog__title">Pairing</h3>
|
||||||
<div class="mdl-dialog__content">
|
<div class="mdl-dialog__content">
|
||||||
<p id="pairingDialogText">
|
<p id="pairingDialogText">
|
||||||
Please enter the number XXXX on the GFE dialog on the computer. This dialog will be dismissed once complete
|
Please enter the number XXXX on the GFE dialog on the computer. This dialog will be dismissed once complete
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-dialog__actions">
|
<div class="mdl-dialog__actions">
|
||||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelPairingDialog">Cancel</button>
|
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelPairingDialog">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
||||||
<dialog id="replaceAppDialog" class="mdl-dialog">
|
<dialog id="replaceAppDialog" class="mdl-dialog">
|
||||||
<h3 class="mdl-dialog__title">Quit Running App?</h3>
|
<h3 class="mdl-dialog__title">Quit Running App?</h3>
|
||||||
<div class="mdl-dialog__content">
|
<div class="mdl-dialog__content">
|
||||||
<p id="replaceAppDialogText">
|
<p id="replaceAppDialogText">
|
||||||
Y is already running. Would you like to quit Y to start X?
|
Y is already running. Would you like to quit Y to start X?
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-dialog__actions">
|
<div class="mdl-dialog__actions">
|
||||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelReplaceApp">No</button>
|
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelReplaceApp">No</button>
|
||||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueReplaceApp">Yes</button>
|
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueReplaceApp">Yes</button>
|
||||||
</div>
|
</div>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
||||||
<dialog id="addHostDialog" class="mdl-dialog">
|
<dialog id="addHostDialog" class="mdl-dialog">
|
||||||
<h3 class="mdl-dialog__title">Add PC Manually</h3>
|
<h3 class="mdl-dialog__title">Add PC Manually</h3>
|
||||||
<div class="mdl-dialog__content">
|
<div class="mdl-dialog__content">
|
||||||
<p>IP Address or Hostname of Geforce PC</p>
|
<p>IP Address or Hostname of Geforce PC</p>
|
||||||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||||
<input class="mdl-textfield__input" type="text" id="dialogInputHost"/>
|
<input class="mdl-textfield__input" type="text" id="dialogInputHost"/>
|
||||||
<label class="mdl-textfield__label" for="dialogInputHost">IP Address or Hostname of Geforce PC</label>
|
<label class="mdl-textfield__label" for="dialogInputHost">IP Address or Hostname of Geforce PC</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-dialog__actions">
|
<div class="mdl-dialog__actions">
|
||||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelAddHost">Cancel</button>
|
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelAddHost">Cancel</button>
|
||||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueAddHost">Continue</button>
|
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueAddHost">Continue</button>
|
||||||
</div>
|
</div>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
||||||
<div id="snackbar" class="mdl-snackbar mdl-js-snackbar">
|
<div id="snackbar" class="mdl-snackbar mdl-js-snackbar">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user