1
0
Fork 0
fgdata/webgui/topics/Environment/Weather.html
2015-02-13 16:27:56 +01:00

7 lines
356 B
HTML

<h3>Basic Troposphere Weather Conditions</h3>
<div data-bind="foreach: topics, buttonset: { refreshOn: topics }">
<input type="radio" name="mygroup" data-bind="attr: { id: $data }, click: $parent.selectTopic" />
<label data-bind="attr: { 'for': $data }, text: $data"></label>
</div>
<div data-bind="component: { name: selectedComponent }"></div>