You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/widgets/admin_peering_overview.tt

22 lines
841 B

<div class="plan-container">
<div class="plan">
<div class="plan-header">
<div class="plan-title">Peerings</div>
<div class="plan-price">
<span>[% groups.count %]</span>
<span class="term">Peering Group[% groups.count == 1 ? "" : "s" %]</span>
</div>
</div>
<div class="plan-features">
<ul>
<li><strong>[% hosts.count %]</strong> Peering Server[% hosts.count == 1 ? "" : "s" %]</li>
<li><strong>[% rules.count %]</strong> Peering Rule[% rules.count == 1 ? "" : "s" %]</li>
</ul>
</div>
<div class="plan-actions">
<a href="[% c.uri_for('/peering') %]" class="btn">Configure</a>
</div>
</div>
</div>
[% # vim: set tabstop=4 syntax=html expandtab: -%]