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

Side by Side Diff: remoting/webapp/main.html

Issue 128323002: Hide local host out-of-date warning by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html class="scrollable full-height"> 8 <html class="scrollable full-height">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 i18n-content="HOME_DAEMON_START_MESSAGE"></div> 194 i18n-content="HOME_DAEMON_START_MESSAGE"></div>
195 <button type="button" 195 <button type="button"
196 id="start-daemon" 196 id="start-daemon"
197 i18n-content="HOME_DAEMON_START_BUTTON"> 197 i18n-content="HOME_DAEMON_START_BUTTON">
198 </button> 198 </button>
199 </div> <!-- disabled --> 199 </div> <!-- disabled -->
200 <div id="this-host-connect" 200 <div id="this-host-connect"
201 class="section-row clickable no-non-local-hosts" 201 class="section-row clickable no-non-local-hosts"
202 data-daemon-state="enabled"> 202 data-daemon-state="enabled">
203 <div class="host-list-main-icon"> 203 <div class="host-list-main-icon">
204 <span id="this-host-warning"></span> 204 <span id="this-host-warning" hidden></span>
205 <img id="this-host-icon" 205 <img id="this-host-icon"
206 src="icon_host.webp"> 206 src="icon_host.webp">
207 </div> 207 </div>
208 <div id="this-host-name" class="box-spacer"></div> 208 <div id="this-host-name" class="box-spacer"></div>
209 <span id="this-host-rename" 209 <span id="this-host-rename"
210 class="host-list-edit" 210 class="host-list-edit"
211 tabIndex="0" 211 tabIndex="0"
212 i18n-title="TOOLTIP_RENAME"> 212 i18n-title="TOOLTIP_RENAME">
213 <img class="host-list-rename-icon" 213 <img class="host-list-rename-icon"
214 src="icon_pencil.webp"> 214 src="icon_pencil.webp">
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 <div id="client-plugin-container"></div> 789 <div id="client-plugin-container"></div>
790 </div> 790 </div>
791 </div> 791 </div>
792 </div> <!-- session-mode --> 792 </div> <!-- session-mode -->
793 793
794 <div id="statistics" dir="ltr" class="selectable" hidden> 794 <div id="statistics" dir="ltr" class="selectable" hidden>
795 </div> <!-- statistics --> 795 </div> <!-- statistics -->
796 796
797 </body> 797 </body>
798 </html> 798 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698