mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #4213 from jumpserver/pr@dev@cloud_sync_install
perf: Cloud sync instance execution add trigger
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user