This commit is contained in:
2020-10-26 23:48:21 +00:00
parent 3ce5d7ee67
commit 0316a827d3
4 changed files with 177 additions and 4 deletions

View File

@@ -650,6 +650,14 @@ function initNavPanel() {
key: key++
});
//IMPORT
sub.push({
title: "Import",
icon: "$ayiFileImport",
route: "/adm-import",
key: key++
});
// ** ADMINISTRATION (TOP)
addNavItem(
"Administration",