mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: update acl i18n
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
ref="listTable"
|
||||
:create-drawer="createDrawer"
|
||||
:header-actions="headerActions"
|
||||
:resource="$t('UserLoginACL')"
|
||||
:table-config="tableConfig"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<TwoCol>
|
||||
<ListTable :header-actions="headerActions" :table-config="tableConfig" />
|
||||
<ListTable
|
||||
:header-actions="headerActions"
|
||||
:table-config="tableConfig"
|
||||
/>
|
||||
</TwoCol>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user