hide YAML tab in cloud template detail page

This commit is contained in:
andy.lee 2024-11-13 15:01:40 +08:00
parent b4bfcee057
commit 8748dbce25
No known key found for this signature in database
GPG Key ID: 10911689462678C7

View File

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