[Plugins] Bring over timeline, clock plugins
WTD-1239
This commit is contained in:
6
platform/features/timeline/res/templates/values.html
Normal file
6
platform/features/timeline/res/templates/values.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<ul ng-controller="ActivityModeValuesController as controller" class="cols cols-2-ff properties">
|
||||
<li ng-repeat="(key, value) in cost" class="l-row s-row">
|
||||
<span class="col col-100px s-title">{{controller.metadata(key).name}}</span>
|
||||
<span class="col s-value">{{value}} {{controller.metadata(key).units}}</span>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user