We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc3994 commit 80dd8d0Copy full SHA for 80dd8d0
apps/dfs/src/views/instance/CreateAgent.vue
@@ -536,11 +536,7 @@ export default {
536
const specificationLabel = this.specificationItems.find(t => t.value === this.specification)?.name
537
this.currentSpecName = specificationLabel
538
this.packageItems = this.allPackages
539
- .filter(
540
- it =>
541
- this.specification === it.specification &&
542
- (it.chargeProvider === 'FreeTier' || !(it.type === 'one_time' && it.periodUnit === 'year'))
543
- )
+ .filter(it => this.specification === it.specification)
544
.map(t => {
545
return Object.assign(t, {
546
desc: i18n.t('dfs_instance_create_bencidinggouzhi', {
0 commit comments