Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 6, 2024
1 parent 1f4e8ff commit 8e37782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ Vue.component("hosttype-select", {
</div></div>',
props: ['label', 'title', 'selectoptions', 'showhelp', 'small', 'selectsearch', 'retired', 'enablemultiplehosttypes', 'disablebackupinstancetypes'],
data: function () {
console.log(this.disablebackupinstancetypes);
return {
width: this.small ? 'col-xs-4' : 'col-xs-10',
formStyle: this.small ? '' : 'form-group',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ <h4 class="panel-title pull-left">Capacity</h4>
const puppetRepository = `{{ puppet_repository }}`;
const deployServiceWikiUrl = `{{ conflicting_deploy_service_wiki_url }}`;
const disableBackupInstanceTypes = `{{ disable_backup_instance_types}}`;
console.log(disableBackupInstanceTypes);

var capacitySetting = new Vue({
el: "#mainPanel",
Expand Down

0 comments on commit 8e37782

Please sign in to comment.