|
|
@ -82,9 +82,9 @@ |
|
|
|
class="nav-link"> |
|
|
|
<t t-if="sidebarName"> |
|
|
|
<t t-if="sidebarIcon"> |
|
|
|
<img t-att-title="app.name" |
|
|
|
<img t-att-title="app.name" |
|
|
|
style="width: 30px;height:30px;" |
|
|
|
t-attf-src="data:image/svg+xml;base64,{{app.webIconData}}"/> |
|
|
|
t-attf-src="data:image/png;base64,{{app.webIconData}}"/> |
|
|
|
|
|
|
|
<span class="sidebar_app_name" style="margin-left: 10px;"> |
|
|
|
<t t-esc="app.name"/> |
|
|
@ -99,7 +99,7 @@ |
|
|
|
<t t-elif="sidebarIcon"> |
|
|
|
<img t-att-title="app.name" |
|
|
|
style="width: 60px;height:60px;" |
|
|
|
t-attf-src="data:image/svg+xml;base64,{{app.webIconData}}"/> |
|
|
|
t-attf-src="data:image/png;base64,{{app.webIconData}}"/> |
|
|
|
</t> |
|
|
|
</a> |
|
|
|
</li> |
|
|
@ -162,7 +162,7 @@ |
|
|
|
<div class="img_wrapper"> |
|
|
|
<img t-att-title="app.name" |
|
|
|
style="width: 70px !important;height: 70px !important;border-radius: 10px !important;margin: 5px 5px 5px -5px;" |
|
|
|
t-attf-src="data:image/svg+xml;base64,{{app.webIconData}}"/> |
|
|
|
t-attf-src="data:image/png;base64,{{app.webIconData}}"/> |
|
|
|
<!-- <img t-attf-src="data:image/png;base64,{{app.webIconData}}"/>--> |
|
|
|
</div> |
|
|
|
<!-- <b class="a_app_menu_title"><t t-esc="app.name"/></b>--> |
|
|
|