Skip to content

Commit

Permalink
Expose all Microsoft SQL Server license types in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Feb 15, 2024
1 parent 4bd460d commit ddb4b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions in/rds.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</th>
% endfor

% for platform, code in {'MySQL': '2', 'SQL Server Standard': '12', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items():
% for platform, code in {'MySQL': '2', 'SQL Server Express': '10','SQL Server Web': '11','SQL Server Standard': '12','SQL Server Enterprise': '15', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items():
<th class="cost-ondemand cost-ondemand-${code}">${platform} On Demand Cost</th>
% if code != '211':
<th class="cost-reserved cost-reserved-${code}">
Expand Down Expand Up @@ -257,7 +257,7 @@
</td>
% endfor

% for platform, code in {'MySQL': '2', 'SQL Server Standard': '12', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items():
% for platform, code in {'MySQL': '2', 'SQL Server Express': '10', 'SQL Server Web': '11', 'SQL Server Standard': '12','SQL Server Enterprise': '15', 'Aurora Postgres & MySQL': '21', 'Aurora I/O Optimized': '211', 'MariaDB': '18', 'Oracle Enterprise': '5'}.items():
<td class="cost-ondemand cost-ondemand-${code}" data-platform='${code}' data-vcpu='${inst['vcpu']}' data-memory='${inst['memory']}'>
% if inst['pricing'].get('us-east-1', {}).get(code, {}).get('ondemand', 'N/A') != "N/A":
<span sort="${inst['pricing']['us-east-1'][code]['ondemand']}">
Expand Down

0 comments on commit ddb4b5b

Please sign in to comment.