|
7 | 7 | <layout-row id="RowLayout13"> |
8 | 8 | <layout-column id="ColumnLayout14" style="align-items: stretch"> |
9 | 9 | <layout-row id="RowLayout14" style="align-items: baseline"> |
10 | | - <davinci-value-display id="VD_Title" class="myCustomLabel_CSK_Module_DeviceScanner" |
11 | | - value="Device Scanner"> |
12 | | - </davinci-value-display> |
| 10 | + <h1 id="Heading_Title" class="myCustomLabel_CSK_Module_DeviceScanner"> |
| 11 | + Device Scanner |
| 12 | + </h1> |
13 | 13 | <davinci-value-display id="VD_Version"> |
14 | | - <crown-edpws-binding property="value" name="CSK_DeviceScanner/OnNewStatusModuleVersion" |
15 | | - update-on-resume> |
16 | | - </crown-edpws-binding> |
| 14 | + <crown-on property="value" crown-event="CSK_DeviceScanner/OnNewStatusModuleVersion"> |
| 15 | + </crown-on> |
17 | 16 | </davinci-value-display> |
18 | 17 | </layout-row> |
19 | 18 | </layout-column> |
|
53 | 52 | <stacked-pane id="SP_Error" value="error"> |
54 | 53 | <davinci-callout id="Callout8" type="error"> |
55 | 54 | <span> |
56 | | - New config NOT accepted (maybe just temporarly active)! Trigger rescan to update the list. |
| 55 | + New config NOT accepted (maybe just temporarly active)! Check if the device needs to be stopped first. Trigger rescan to update the list. |
57 | 56 | </span> |
58 | 57 | </davinci-callout> |
59 | 58 | </stacked-pane> |
|
115 | 114 | <layout-column id="ColumnLayout12" style="align-items: center"> |
116 | 115 | <davinci-button id="B_Scan" |
117 | 116 | class="myCustomButton_CSK_Module_DeviceScanner" type="outline" |
118 | | - icon-position="append" title="Scan for Device" icon="action/search"> |
| 117 | + title="Scan for Device"> |
| 118 | + <davinci-icon icon="action/search"></davinci-icon> |
119 | 119 | <span></span> |
120 | 120 | <crown-binding event="submit" |
121 | 121 | name="CSK_DeviceScanner/scanForDevices" auto-commit> |
|
209 | 209 | <layout-column id="ColumnLayout13" style="align-items: center"> |
210 | 210 | <davinci-button id="B_SendConfig" |
211 | 211 | class="myCustomButton_CSK_Module_DeviceScanner" type="outline" |
212 | | - icon-position="append" title="Send new config to device" |
213 | | - icon="navigation/check"> |
| 212 | + title="Send new config to device"> |
| 213 | + <davinci-icon icon="navigation/check"></davinci-icon> |
214 | 214 | <span></span> |
215 | 215 | <crown-binding event="submit" name="CSK_DeviceScanner/sendNewConfig" |
216 | 216 | auto-commit> |
|
0 commit comments