Merge pull request #4213 from jumpserver/pr@dev@cloud_sync_install

perf: Cloud sync instance execution add trigger
This commit is contained in:
feng626
2024-07-15 18:02:46 +08:00
committed by GitHub

View File

@@ -64,8 +64,11 @@ export default {
formatter: DateFormatter
},
{
prop: 'summary.triggerMode',
label: this.$t('TriggerMode')
prop: 'trigger',
label: this.$t('TriggerMode'),
formatter: row => {
return row.trigger.label
}
},
{
prop: 'actions',