mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
Merge branch 'pam' of github.com:jumpserver/lina into pam
This commit is contained in:
@@ -107,6 +107,7 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
options: [
|
||||
{
|
||||
label: this.$t('TaskID'),
|
||||
|
@@ -125,6 +125,7 @@ export default {
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false,
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
exclude: ['id', 'status', 'execution'],
|
||||
options: [
|
||||
{
|
||||
@@ -187,7 +188,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -126,6 +126,7 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
options: [
|
||||
{
|
||||
label: this.$t('TaskID'),
|
||||
|
@@ -111,6 +111,7 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
options: [
|
||||
{
|
||||
label: this.$t('TaskID'),
|
||||
|
@@ -131,6 +131,7 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
options: [
|
||||
{
|
||||
label: this.$t('TaskID'),
|
||||
|
@@ -80,7 +80,7 @@ export default {
|
||||
headerActions: {
|
||||
hasSearch: true,
|
||||
hasRefresh: true,
|
||||
hasLeftActions: false,
|
||||
hasLeftActions: true,
|
||||
hasRightActions: true,
|
||||
hasExport: false,
|
||||
hasImport: false,
|
||||
@@ -88,6 +88,7 @@ export default {
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false,
|
||||
searchConfig: {
|
||||
getUrlQuery: true,
|
||||
exclude: ['id', 'status', 'execution'],
|
||||
options: [
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ export default {
|
||||
tableConfig: {
|
||||
url: this.getUrl(),
|
||||
columns: [
|
||||
'service', 'asset', 'account', 'remote_addr', 'datetime'
|
||||
'service', 'service_id', 'asset', 'account', 'remote_addr', 'datetime'
|
||||
],
|
||||
extraQuery: {
|
||||
order: '-datetime'
|
||||
|
@@ -4,7 +4,6 @@
|
||||
:create-drawer="createDrawer"
|
||||
:detail-drawer="detailDrawer"
|
||||
:header-actions="headerActions"
|
||||
:resource="$t('Group')"
|
||||
:table-config="tableConfig"
|
||||
/>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user