2018-03-26 16:18:30 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-01 16:21:04 +01:00
|
|
|
<template class="CcBoltDeviceEntry" parent="AdwActionRow">
|
2018-03-26 16:18:30 +02:00
|
|
|
<property name="activatable">True</property>
|
2022-02-01 16:21:04 +01:00
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkImage" id="status_warning">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="icon_name">dialog-warning-symbolic</property>
|
|
|
|
<property name="icon_size">1</property>
|
2018-03-26 16:18:30 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|