|
|
@ -82,7 +82,7 @@ |
|
|
|
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/png;base64,{{app.webIconData}}"/> |
|
|
|
|
|
|
@ -160,6 +160,7 @@ |
|
|
|
t-att-data-menu-xmlid="app.xmlID" |
|
|
|
t-att-data-action-id="app.actionID"> |
|
|
|
<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/png;base64,{{app.webIconData}}"/> |
|
|
|