Merge pull request #33 from a110605/hide_yaml

hide YAML tab in cloud template detail page
This commit is contained in:
Francesco Torchia 2024-11-13 10:33:51 +01:00 committed by GitHub
commit 0e354eecfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -474,6 +474,7 @@ export function init($plugin, store) {
}, },
exact: false exact: false
}); });
configureType(TEMPLATE, { canYaml: false });
configureType(HCI.SCHEDULE_VM_BACKUP, { configureType(HCI.SCHEDULE_VM_BACKUP, {
showListMasthead: false, showConfigView: false, canYaml: false showListMasthead: false, showConfigView: false, canYaml: false