Back to Postgresml

Template

pgml-dashboard/src/components/inputs/range_group/template.html

2.10.0500 B
Original Source

data-action="reset->inputs-range-group#reset"> <% if show_title { %>

<%- title %>

<% } %> style="display: none"<% } %>> > <%- units %>

> <% if options.len() > 0 { %> <% for item in &options { %>

<% for info in item { %> <%- info %> <% } %>

<% for info in item { %> <%- info.replace("Memory", "") %> <% } %>

<% } %> <% } %>

<% if cost_rate.is_some() { %>

$

<%= format!("{:.2}",cost_rate.unwrap()) %>/hr

<% } %>