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