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

Side by Side Diff: remoting/webapp/crd/html/ui_me2me.html

Issue 848993002: Improve apps v2 upgrade UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CL feedback Created 5 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
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <section id="host-list-div" class="host-list-container"> 6 <section id="host-list-div" class="host-list-container">
7 7
8 <div id="me2me-first-run"> 8 <div id="me2me-first-run">
9 <h2 i18n-content="MODE_ME2ME"></h2> 9 <h2 i18n-content="MODE_ME2ME"></h2>
10 <div> 10 <div>
(...skipping 23 matching lines...) Expand all
34 34
35 <div id="host-list" hidden></div> 35 <div id="host-list" hidden></div>
36 36
37 <div id="host-list-error" class="box" hidden> 37 <div id="host-list-error" class="box" hidden>
38 <div id="host-list-error-message" class="error-state"></div> 38 <div id="host-list-error-message" class="error-state"></div>
39 <div class="box-spacer"></div> 39 <div class="box-spacer"></div>
40 <button type="button" 40 <button type="button"
41 id="host-list-refresh-failed-button"></button> 41 id="host-list-refresh-failed-button"></button>
42 </div> 42 </div>
43 43
44 <div id="host-list-empty" hidden> 44 <div id="host-list-empty"
45 <div id="host-list-empty-hosting-supported" 45 class="host-list-empty-instructions" hidden>
46 class="host-list-empty-instructions"
47 i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED"
48 i18n-value-name-1="HOME_DAEMON_START_BUTTON">
49 </div>
50 <div id="host-list-empty-hosting-unsupported"
51 class="host-list-empty-instructions"
52 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED"
53 i18n-value-name-1="HOME_DAEMON_START_BUTTON">
54 </div>
55 </div> 46 </div>
56 47
57 <div id="daemon-control" data-daemon-state="enabled disabled" hidden> 48 <div id="daemon-control" data-daemon-state="enabled disabled" hidden>
58 <div class="section-row no-non-local-hosts" 49 <div class="section-row no-non-local-hosts"
59 data-daemon-state="disabled"> 50 data-daemon-state="disabled">
60 <img src="icon_host.webp" class="host-list-main-icon"> 51 <img src="icon_host.webp" class="host-list-main-icon">
61 <div class="box-spacer host-list-label" 52 <div class="box-spacer host-list-label"
62 id="start-daemon-message" 53 id="start-daemon-message"
63 i18n-content="HOME_DAEMON_START_MESSAGE"></div> 54 i18n-content="HOME_DAEMON_START_MESSAGE"></div>
64 <button type="button" 55 <button type="button"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <a href="#" 90 <a href="#"
100 id="open-paired-client-manager-dialog" 91 id="open-paired-client-manager-dialog"
101 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a> 92 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a>
102 </div> 93 </div>
103 </div> <!-- enabled --> 94 </div> <!-- enabled -->
104 </div> <!-- daemon-control --> 95 </div> <!-- daemon-control -->
105 96
106 </div> <!-- me2me-content --> 97 </div> <!-- me2me-content -->
107 98
108 </section> <!-- host-list-div --> 99 </section> <!-- host-list-div -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698