mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 12:56:10 +08:00
fix: some noise
This commit is contained in:
parent
693358d2a1
commit
41483c0dcd
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@
|
|||
<el-form-item label="API Key" prop="authorization.apiKey">
|
||||
<el-input v-model.trim="account.authorization['apiKey']"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="Secret Key" prop="authorization.SecretKey">
|
||||
<el-input v-model.trim="account.authorization['SecretKey']"></el-input>
|
||||
<el-form-item label="Secret Key" prop="authorization.secretKey">
|
||||
<el-input v-model.trim="account.authorization['secretKey']"></el-input>
|
||||
</el-form-item>
|
||||
</div>
|
||||
</el-form>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue