Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: remoting/webapp/main.html

Issue 23441022: Add a reload button to host list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 0013468a23f18fc285d0fe3c879344058ac14fc4..c83239c6e8476d8311206265c7524215d9cfe3e8 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -153,7 +153,15 @@ found in the LICENSE file.
</section> <!-- Remote Assistance -->
<section id="host-list-div" class="host-list-container">
- <h2 i18n-content="MODE_ME2ME"></h2>
+ <h2>
+ <span i18n-content="MODE_ME2ME"></span>
+ <span class="h2-secondary" id="host-list-loading-indicator">
+ <a href="#" id="host-list-reload">
+ <img src="reload.webp">
+ </a>
+ <img src="spinner.gif" id="host-list-loading">
+ </span>
+ </h2>
<div id="me2me-first-run">
<div>
<p class="infographic-description"
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698