mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
perf: history secret
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
visible: false,
|
||||
width: '60%',
|
||||
tableConfig: {
|
||||
url: `/api/v1/assets/${this.account.id}/histories/`,
|
||||
url: `/api/v1/assets/account-secrets/${this.account.id}/histories/`,
|
||||
columns: [
|
||||
'name', 'version', 'password', 'date_created'
|
||||
],
|
||||
|
Reference in New Issue
Block a user