mirror of
https://github.com/jumpserver/lina.git
synced 2025-06-27 07:27:22 +00:00
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:
commit
174117161e
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user