Skip to content

Commit

Permalink
Merge pull request #33 from a110605/hide_yaml
Browse files Browse the repository at this point in the history
hide YAML tab in cloud template detail page
  • Loading branch information
torchiaf authored Nov 13, 2024
2 parents 46361e4 + 8748dbc commit 0e354ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/harvester/config/harvester-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e354ee

Please sign in to comment.