21 lines
797 B
Smarty
21 lines
797 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">
|
|
您将要删除API密钥
|
|
</p>
|
|
<p class="Dialog-headerText">
|
|
所有使用此API密钥部署的应用程序都将停止工作。确定要继续吗?
|
|
</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">取消</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">删除</span>
|
|
</button>
|
|
</div>
|