Skip to content

Commit

Permalink
add backup info
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 12, 2024
1 parent 3f870b4 commit 6813eaf
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 @@ -63,6 +63,7 @@ <h4 class="panel-title pull-left pointer-cursor">Basic Settings</h4>
<label-input label="Capacity" placeholder="# of instances" v-model="instanceCount"></label-input>
<hosttype-select label="Host Type" title="Compute Capability of the host" v-model="selectedHostTypeValue" v-bind:selectoptions="hostTypeOptions" selectsearch="true"
v-bind:disablebackupinstancetypes="disableBackupInstanceTypes" v-bind:enablemultiplehosttypes="enableMultipleHostTypes" v-on:enablemultiplehosttypesclick="selecttypes"></hosttype-select>
<backup-hosttypes v-bind:backuphosttypes="backupHosttypes"></backup-hosttypes>
<label-select label="Security Zone" title="Security zone to control inbound/outboud traffic" v-model="selectedSecurityZoneValue" v-bind:selectoptions="securityZoneOptions"></label-select>
<placements-select label="Placements" title="Placements" v-bind:assignpublicip="assignPublicIP"
v-bind:selectoptions="placements" v-on:assignpublicipclick="selectpublicip"></placements-select>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h4 class="panel-title pull-left">Capacity</h4>
<hosttype-select label="Host Type" title="Compute Capability of the host" v-model="selectedHostTypeValue" v-bind:selectoptions="hostTypeOptions" selectsearch="true"
showhelp="true" v-on:helpclick="hostTypeHelpClick" v-bind:disablebackupinstancetypes="disableBackupInstanceTypes" v-bind:enablemultiplehosttypes="enableMultipleHostTypes" v-on:enablemultiplehosttypesclick="selecttypes"></hosttype-select>
<hostype-help v-show="showHostTypeHelp" v-bind:data="hostTypeHelpData"></hostype-help>
<backup-hosttypes v-bind:backuphosttypes="backupHosttypes"></backup-hosttypes>
<label-select label="Security Zone" title="Security zone to control inbound/outboud traffic" showhelp="true" v-model="selectedSecurityZoneValue"
v-bind:selectoptions="securityZones" v-on:helpclick="securityZoneHelpClick"></label-select>
<securityzone-help v-show="showSecurityZoneHelp" v-bind:data="securityZoneHelpData"></securityzone-help>
Expand Down

0 comments on commit 6813eaf

Please sign in to comment.