Skip to content

Commit

Permalink
Update pricing list
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 5, 2024
1 parent 927f23b commit 88353c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions pkg/server/quotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ type QuoteInfo struct {
}

var templateIds = map[string]QuoteInfo{
"kubedb-enterprise-36": {
TemplateDocId: "1iyvqM_AW3uGb0TLFQgG8HwXJQNNcfxv6EhVPFVBb58w",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-enterprise-40": {
TemplateDocId: "18ilLa_vk163S6aaJhEQwmmYsLUr_rzH_1-9BGB6q4hw",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-enterprise-50": {
TemplateDocId: "1oD9_jpzRL5djK7i9jQ74PvzFx2xN3O867DrWSiAZrSg",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
Expand Down
7 changes: 4 additions & 3 deletions templates/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ <h1 class="title">AppsCode Product Pricing List</h1>
<div class="control">
<div class="select is-multiple">
<select id="product" name="product" multiple size="10">
<option value="kubedb-enterprise-50" {{ if eq .Product "kubedb-enterprise" }}selected{{ end }}>KubeDB Enterprise 50</option>
<option value="kubedb-enterprise-60">KubeDB Enterprise 60</option>
<option value="kubedb-enterprise-36">KubeDB Enterprise 36</option>
<option value="kubedb-enterprise-40">KubeDB Enterprise 40</option>
<option value="kubedb-enterprise-50">KubeDB Enterprise 50</option>
<option value="kubedb-enterprise-60" {{ if eq .Product "kubedb-enterprise" }}selected{{ end }}>KubeDB Enterprise 60</option>
<option value="stash-enterprise" {{ if eq .Product "stash-enterprise" }}selected{{ end }}>Stash Enterprise</option>
<option value="kubeform-enterprise" {{ if eq .Product "kubeform-enterprise" }}selected{{ end }}>Kubeform Enterprise</option>
<option value="kubevault-enterprise" {{ if eq .Product "kubevault-enterprise" }}selected{{ end }}>KubeVault Enterprise</option>
<option value="voyager-enterprise" {{ if eq .Product "voyager-enterprise" }}selected{{ end }}>Voyager Enterprise</option>
<option value="guard-enterprise" {{ if eq .Product "guard-enterprise" }}selected{{ end }}>Guard Enterprise</option>
Expand Down

0 comments on commit 88353c3

Please sign in to comment.