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: {
|
headerActions: {
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: this.$t('TaskID'),
|
label: this.$t('TaskID'),
|
||||||
|
@@ -125,6 +125,7 @@ export default {
|
|||||||
hasBulkDelete: false,
|
hasBulkDelete: false,
|
||||||
hasBulkUpdate: false,
|
hasBulkUpdate: false,
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
exclude: ['id', 'status', 'execution'],
|
exclude: ['id', 'status', 'execution'],
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
@@ -187,7 +188,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
@@ -126,6 +126,7 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: this.$t('TaskID'),
|
label: this.$t('TaskID'),
|
||||||
|
@@ -111,6 +111,7 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: this.$t('TaskID'),
|
label: this.$t('TaskID'),
|
||||||
|
@@ -131,6 +131,7 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
label: this.$t('TaskID'),
|
label: this.$t('TaskID'),
|
||||||
|
@@ -80,7 +80,7 @@ export default {
|
|||||||
headerActions: {
|
headerActions: {
|
||||||
hasSearch: true,
|
hasSearch: true,
|
||||||
hasRefresh: true,
|
hasRefresh: true,
|
||||||
hasLeftActions: false,
|
hasLeftActions: true,
|
||||||
hasRightActions: true,
|
hasRightActions: true,
|
||||||
hasExport: false,
|
hasExport: false,
|
||||||
hasImport: false,
|
hasImport: false,
|
||||||
@@ -88,6 +88,7 @@ export default {
|
|||||||
hasBulkDelete: false,
|
hasBulkDelete: false,
|
||||||
hasBulkUpdate: false,
|
hasBulkUpdate: false,
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
|
getUrlQuery: true,
|
||||||
exclude: ['id', 'status', 'execution'],
|
exclude: ['id', 'status', 'execution'],
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@ export default {
|
|||||||
tableConfig: {
|
tableConfig: {
|
||||||
url: this.getUrl(),
|
url: this.getUrl(),
|
||||||
columns: [
|
columns: [
|
||||||
'service', 'asset', 'account', 'remote_addr', 'datetime'
|
'service', 'service_id', 'asset', 'account', 'remote_addr', 'datetime'
|
||||||
],
|
],
|
||||||
extraQuery: {
|
extraQuery: {
|
||||||
order: '-datetime'
|
order: '-datetime'
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
:create-drawer="createDrawer"
|
:create-drawer="createDrawer"
|
||||||
:detail-drawer="detailDrawer"
|
:detail-drawer="detailDrawer"
|
||||||
:header-actions="headerActions"
|
:header-actions="headerActions"
|
||||||
:resource="$t('Group')"
|
|
||||||
:table-config="tableConfig"
|
:table-config="tableConfig"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user