summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/html/dialog_confirm_host_delete.html
blob: d3eb491b7d56b49d5d10dd75b68a50e48edb0937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div id="confirm-host-delete-dialog"
     class="kd-modaldialog"
     data-ui-mode="home.confirm-host-delete"
     hidden>

  <p id="confirm-host-delete-message"
     i18n-content="CONFIRM_HOST_DELETE"
     class="message">
  </p>

  <div class="button-row">
    <button id="confirm-host-delete"
            i18n-content="DISABLE_HOST"
            type="button">
    </button>
    <button id="cancel-host-delete"
            i18n-content="CANCEL"
            autofocus="autofocus"
            type="button">
    </button>
  </div>

</div> <!-- home.confirm-host-delete -->