|
|
@ -63,11 +63,8 @@ |
|
|
|
<t t-foreach="systrayItems" t-as="item" t-key="item.key"> |
|
|
|
<!-- This ensures the correct order of the systray items --> |
|
|
|
<div t-att-data-index="item.index"/> |
|
|
|
<ErrorHandler onError="error => this.handleItemError(error, item)"> |
|
|
|
<t t-component="item.Component" t-props="item.props"/> |
|
|
|
</ErrorHandler> |
|
|
|
</t> |
|
|
|
|
|
|
|
</div> |
|
|
|
<h6 class="sidebar_head">MENU</h6> |
|
|
|
<ul class="sidebar_menu"> |
|
|
|