first commit
This commit is contained in:
9
templates/health-overview.html
Normal file
9
templates/health-overview.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div>
|
||||
{{#each actors}}
|
||||
<div class="actor-health">
|
||||
<strong>{{this.name}}</strong>
|
||||
<progress value="{{this.current}}" max="{{this.max}}"></progress>
|
||||
{{this.current}} / {{this.max}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user