21 lines
809 B
Smarty
21 lines
809 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>
|