blob: d3eb491b7d56b49d5d10dd75b68a50e48edb0937 [file] [log] [blame]
<!--
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 -->