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 8, 2024
1 parent 043dd67 commit b3f5d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/server/quotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ var templateIds = map[string]QuoteInfo{
TemplateDocId: "1Li9ERfgYEXL80_kE-Mg1PKCQXt2cs6aK-xzhP9j45Q4",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-reseller-4_2_2": {
"kubedb-reseller-4_2": {
TemplateDocId: "1S2GQdvfn_z2n3S0_eR8CCeDc6VAW2IzLHRaWWsGz0MQ",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-reseller-5_2_2": {
"kubedb-reseller-5_2": {
TemplateDocId: "1IglX4nkIeHal74zCTgy4Y8-772laDzhKZW5WYp-23Ns",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
Expand Down
8 changes: 4 additions & 4 deletions templates/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +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-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="kubedb-reseller-4_2_2">KubeDB Reseller 4_2_2</option>
<option value="kubedb-reseller-5_2_2">KubeDB Reseller 5_2_2</option>
<option value="kubedb-enterprise-50">KubeDB Enterprise 50</option>
<option value="kubedb-enterprise-40">KubeDB Enterprise 40</option>
<option value="kubedb-reseller-4_2">KubeDB Reseller 4_2</option>
<option value="kubedb-reseller-5_2">KubeDB Reseller 5_2</option>
<option value="stash-enterprise" {{ if eq .Product "stash-enterprise" }}selected{{ end }}>Stash 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>
Expand Down

0 comments on commit b3f5d94

Please sign in to comment.