open-nomad/ui/app/templates/csi/plugins/plugin.hbs
2020-05-06 17:21:45 -07:00

25 lines
958 B
Handlebars

{{title "CSI Plugin " model.id}}
<section class="section with-headspace">
<h1 class="title" data-test-title>{{model.plainId}}</h1>
<div class="boxed-section is-small">
<div class="boxed-section-body inline-definitions">
<span class="label">Plugin Details</span>
<span class="pair" data-test-volume-health>
<span class="term">Controller Health</span>
{{format-percentage model.controllersHealthy total=model.controllersExpected}}
({{model.controllersHealthy}}/{{model.controllersExpected}})
</span>
<span class="pair" data-test-volume-health>
<span class="term">Node Health</span>
{{format-percentage model.nodesHealthy total=model.nodesExpected}}
({{model.nodesHealthy}}/{{model.nodesExpected}})
</span>
<span class="pair" data-test-volume-provider>
<span class="term">Provider</span>
{{model.provider}}
</span>
</div>
</div>
</section>