21 lines
821 B
Smarty
21 lines
821 B
Smarty
<div class="CDB-Text Dialog-header u-inner">
|
|
<div class="Dialog-headerIcon Dialog-headerIcon--negative">
|
|
<i class="CDB-IconFont CDB-IconFont-keys"></i>
|
|
</div>
|
|
<p class="Dialog-headerTitle u-ellipsLongText">
|
|
You are about to delete your API key
|
|
</p>
|
|
<p class="Dialog-headerText">
|
|
All deployed apps with this API key will stop working. Are you sure you want to continue?
|
|
</p>
|
|
</div>
|
|
|
|
<div class="Dialog-footer u-inner">
|
|
<button type="button" class="CDB-Button CDB-Button--secondary js-cancel">
|
|
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Cancel</span>
|
|
</button>
|
|
<button type="button" class="CDB-Button CDB-Button--error js-submit">
|
|
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Delete API key</span>
|
|
</button>
|
|
</div>
|