Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ <h5>Redshift Reserved Nodes</h5>
<label>Payment: <select id="aws-redshift-payment"><option value="no-upfront">No Upfront</option><option value="partial-upfront">Partial</option><option value="all-upfront" selected>All Upfront</option></select></label>
</div>
<div class="service-default-card">
<h5>Compute Savings Plans</h5>
<h5>Savings Plans</h5>
<p class="service-default-hint">Compute (EC2, Fargate, Lambda), EC2 Instance, SageMaker, and Database (RDS) plans share these defaults.</p>
<label>Term: <select id="aws-savingsplans-term"><option value="1">1 Year</option><option value="3" selected>3 Years</option></select></label>
<label>Payment: <select id="aws-savingsplans-payment"><option value="no-upfront">No Upfront</option><option value="partial-upfront">Partial</option><option value="all-upfront" selected>All Upfront</option></select></label>
</div>
Expand Down
7 changes: 7 additions & 0 deletions frontend/src/styles/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@
color: #333;
}

.service-default-card .service-default-hint {
margin: -0.5rem 0 0.75rem;
font-size: 0.75rem;
line-height: 1.3;
color: #666;
}

.service-default-card label {
display: flex;
align-items: center;
Expand Down