Spelling errors, totals

master
Ben Grabau 2 years ago
parent 30594fd850
commit 8200ebc568

@ -208,10 +208,11 @@
</tr>
</tfoot>
</table>
<a class="ui blue button" ng-click="addServer()">Add</a>
<div class="field">
<div class="ui toggle checkbox">
<a class="ui blue button" ng-click="addServer()">Add</a>
<div class="ui toggle checkbox" ng-if="serverTotals('cost') > 3000">
<input type="checkbox" tabindex="0" class="hidden">
<label>Commit to a 12 month term and save 3% - that's ${{serverTotals('cost') * 12 * 0.03 | number :
2}} in savings!</label>
@ -251,6 +252,9 @@
</tr>
</tbody>
</table>
<h2 style="text-align: center; margin: 50px;">
Your estimated monthly total:<br>{{(serverTotals('cost') + servicesTotals()) | currency}}
</h2>
</div>
<br>
<div class="ui inverted vertical masthead center aligned segment" style="background-color: rgb(0, 44, 117)">
@ -347,7 +351,7 @@
</div>
<div class="column">
<i class="huge shield alternate icon"></i>
<h3 class="ui inverted header">DDOS Protecxtion</h3>
<h3 class="ui inverted header">DDOS Protection</h3>
<p>Keep your services running with our advanced DDOS protection platform.</p>
</div>
<div class="column">

Loading…
Cancel
Save