allow to disable appcat price calculator
This commit is contained in:
parent
6ad8b9aa49
commit
01d35a461b
5 changed files with 49 additions and 3 deletions
|
@ -310,6 +310,11 @@ class VSHNAppCatPrice(models.Model):
|
|||
default=1, help_text="Maximum supported replicas"
|
||||
)
|
||||
|
||||
public_display_enabled = models.BooleanField(
|
||||
default=True,
|
||||
help_text="Enable public display of price calculator on offering detail page",
|
||||
)
|
||||
|
||||
valid_from = models.DateTimeField(blank=True, null=True)
|
||||
valid_to = models.DateTimeField(blank=True, null=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue