summaryrefslogtreecommitdiff
path: root/templates/project/widgets/meter/meter.html
blob: d2b8c22d767f6da9ae5bb34dfb937cc4dd87beb9 (plain)
1
2
3
4
5
6
7
<h1 class="title" data-bind="title"></h1>

<input class="meter" data-angleOffset=-125 data-angleArc=250 data-bind-data-height="height | default 200" data-bind-data-width="width | default 200" data-readOnly=true data-bind-value="value | shortenedNumber" data-bind-data-min="min" data-bind-data-max="max">

<p class="more-info" data-bind="moreinfo"></p>

<p class="updated-at" data-bind="updatedAtMessage"></p>