2022-09-22 19:16:42 +03:00
|
|
|
<div class="gh-dashboard-metric {{if @center "is-center"}} {{if @reverse "is-reverse"}} {{if @large "is-large"}} {{if @embedded "is-embedded"}}">
|
2022-05-17 10:34:34 +03:00
|
|
|
<div class="gh-dashboard-metric-data">
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if @secondary}}
|
2022-04-08 19:49:11 +03:00
|
|
|
{{#if @value}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<div class="gh-dashboard-metric-value {{if @secondary 'is-secondary'}}">
|
2022-05-12 14:20:44 +03:00
|
|
|
<span class="value">{{@value}}</span>
|
2022-04-11 19:17:31 +03:00
|
|
|
{{#if @trends}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<Dashboard::Parts::Percentage @percentage={{@percentage}}/>
|
2022-04-11 19:17:31 +03:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2022-04-08 19:49:11 +03:00
|
|
|
{{/if}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<h5 class="gh-dashboard-metric-label {{if @secondary 'is-secondary'}}">
|
2022-04-08 19:49:11 +03:00
|
|
|
{{@label}}
|
|
|
|
</h5>
|
|
|
|
{{else}}
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if @reverse}}
|
|
|
|
{{#if @value}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<div class="gh-dashboard-metric-value">
|
2022-05-12 14:20:44 +03:00
|
|
|
<span class="value">{{@value}}</span>
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if @trends}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<Dashboard::Parts::Percentage @percentage={{@percentage}}/>
|
2022-04-11 19:17:31 +03:00
|
|
|
{{/if}}
|
2022-04-20 15:43:11 +03:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<h5 class="gh-dashboard-metric-label">
|
2022-04-20 15:43:11 +03:00
|
|
|
{{@label}}
|
|
|
|
</h5>
|
|
|
|
{{else}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<h5 class="gh-dashboard-metric-label">
|
2022-04-20 15:43:11 +03:00
|
|
|
{{@label}}
|
|
|
|
</h5>
|
|
|
|
{{#if @value}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<div class="gh-dashboard-metric-value">
|
2022-05-12 14:20:44 +03:00
|
|
|
<span class="value">{{@value}}</span>
|
2022-04-20 15:43:11 +03:00
|
|
|
{{#if @trends}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<Dashboard::Parts::Percentage @percentage={{@percentage}}/>
|
2022-04-20 15:43:11 +03:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2022-04-08 19:49:11 +03:00
|
|
|
{{/if}}
|
2022-04-06 20:11:46 +03:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{#if @extra}}
|
2022-05-17 10:34:34 +03:00
|
|
|
<div class="gh-dashboard-metric-extra">
|
2022-04-06 20:11:46 +03:00
|
|
|
{{@extra}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|