1
0
Fork 0
fgdata/webgui/topics/Tools/Stopwatch.html
2015-03-17 10:41:04 +01:00

17 lines
684 B
HTML

<div class="ui-widget ui-corner-all" data-bind="foreach: watches">
<div class="ui-widget-header">
Stopwatch
<button style="float: right"
data-bind="button: {
icons: {
primary: 'ui-icon-newwin'
},
text: false
},
click: $parent.toDialog"
title="Detach"
></button>
</div>
<div class="ui-widget-content ui-corner-all" data-bind="component: { name: 'Stopwatch' }"></div>
</div>
<button data-bind="button: { label: 'Add', icons: { primary: ' ui-icon-plusthick' } }, click: addWatch"></button>