更新 api-keys-form.tpl
This commit is contained in:
parent
27b58ab264
commit
3e275a1926
@ -5,9 +5,9 @@
|
||||
</button>
|
||||
<h3 class="CDB-Text CDB-Size-medium is-semibold u-mainTextColor">
|
||||
<% if (modelIsNew) { %>
|
||||
Configure your key
|
||||
配置密钥
|
||||
<% } else { %>
|
||||
Your API key details
|
||||
密钥详情
|
||||
<% } %>
|
||||
</h3>
|
||||
</header>
|
||||
@ -16,11 +16,11 @@
|
||||
<div class="js-api-keys-tables"></div>
|
||||
|
||||
<footer class="Editor-footer u-tSpace-m">
|
||||
<p class="CDB-Text CDB-Size-medium u-altTextColor">Changes to the key permissions are not possible once key is generated</p>
|
||||
<p class="CDB-Text CDB-Size-medium u-altTextColor">一旦生成密钥,就不可能更改密钥权限</p>
|
||||
|
||||
<% if (modelIsNew) { %>
|
||||
<button type="submit" class="CDB-Button CDB-Button--primary CDB-Button--loading is-disabled js-submit">
|
||||
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Save changes</span>
|
||||
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">保存</span>
|
||||
<div class="CDB-Button-loader CDB-LoaderIcon is-white">
|
||||
<svg class="CDB-LoaderIcon-spinner" viewbox="0 0 50 50">
|
||||
<circle class="CDB-LoaderIcon-path" cx="25" cy="25" r="20" fill="none"/>
|
||||
|
Loading…
Reference in New Issue
Block a user