Merge pull request #4016 from jumpserver/pr@v4@fix_cloud_triggerMode

fix: Fixed the issue that the dialog box did not close when clicking the cloud platform account details to jump to the cloud platform details page during the last step of creating the cloud
This commit is contained in:
ZhaoJiSen 2024-06-11 14:28:54 +08:00 committed by GitHub
commit 174117161e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,10 @@ export default {
label: this.$t('DateSync'),
formatter: DateFormatter
},
{
prop: 'summary.triggerMode',
label: this.$t('TriggerMode')
},
{
prop: 'actions',
label: this.$t('Actions'),