fix admin panel

This commit is contained in:
Yuri Kuznetsov
2020-10-05 12:21:11 +03:00
parent 3d03dfaef7
commit 7349f37786
+1
View File
@@ -84,6 +84,7 @@ define('views/admin/index', 'view', function (Dep) {
panelItem.items.forEach(function (item) {
item.label = this.translate(item.label, 'labels', 'Admin');
panelItem.itemList.push(item);
item.keywords = [];
}, this);
}