Fix menu icon

This commit is contained in:
Yurii
2026-06-19 22:46:24 +03:00
parent cbb8dcd26b
commit 74fcb306e1

View File

@@ -98,7 +98,7 @@ class StreamDashletView extends BaseDashletView {
this.actionList.unshift({
name: 'viewList',
text: this.translate('View'),
iconClass: '<span class="fas fa-align-justify',
iconClass: 'fas fa-align-justify',
url: '#Stream',
});