|
@ -73,6 +73,7 @@ |
|
|
t-att-data-menu-id="app.menuID" |
|
|
t-att-data-menu-id="app.menuID" |
|
|
t-att-data-menu-xmlid="app.xmlID" |
|
|
t-att-data-menu-xmlid="app.xmlID" |
|
|
t-att-data-action-id="app.actionID"> |
|
|
t-att-data-action-id="app.actionID"> |
|
|
|
|
|
<t t-if="app.webIcon"> |
|
|
<img t-if="app.webIcon.includes('.png')" t-att-title="app.name" |
|
|
<img t-if="app.webIcon.includes('.png')" t-att-title="app.name" |
|
|
style="width: 40px !important;height: 40px !important; |
|
|
style="width: 40px !important;height: 40px !important; |
|
|
border-radius: 10px !important;margin: 5px 5px 5px 5px;" |
|
|
border-radius: 10px !important;margin: 5px 5px 5px 5px;" |
|
@ -82,6 +83,7 @@ |
|
|
border-radius: 10px !important;margin: 5px 5px 5px 5px;" |
|
|
border-radius: 10px !important;margin: 5px 5px 5px 5px;" |
|
|
t-attf-src="data:image/svg+xml;base64,{{app.webIconData}}"/> |
|
|
t-attf-src="data:image/svg+xml;base64,{{app.webIconData}}"/> |
|
|
<b class="a_app_menu_title"><t t-esc="app.name"/></b> |
|
|
<b class="a_app_menu_title"><t t-esc="app.name"/></b> |
|
|
|
|
|
</t> |
|
|
</a> |
|
|
</a> |
|
|
</t> |
|
|
</t> |
|
|
</div> |
|
|
</div> |
|
|