Left menu fix
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-04-20 15:03:29 +02:00
parent 803075f216
commit 32b794225a
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.64) stable; urgency=low
hedera-web (1.407.65) stable; urgency=low
* Initial Release.

View File

@ -199,6 +199,7 @@ module.exports = new Class({
,createMenu: function(res, sectionMap, parent, ul) {
var sections = sectionMap[parent];
if (!sections) return;
for (var i = 0; i < sections.length; i++) {
res.row = sections[i];

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.64",
"version": "1.407.65",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {