1
0
Fork 0

Bug fix/ui navigation label issue 1406 (#3879)

* nav label wrongly removed

* UI: fixed disappearing of the navigation label in some case special case
This commit is contained in:
Heiko 2017-12-08 15:57:10 +01:00 committed by Jan
parent ace06575dd
commit 5561ab4482
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
devel
-----
* UI: fixed disappearing of the navigation label in some case special case
* fixed issue #3917: traversals with high maximal depth take extremely long
in planning phase.

View File

@ -1227,7 +1227,9 @@
hideStatistics: true
}));
// hide menu entries
$('.subMenuEntry').remove();
if (!frontendConfig.isCluster) {
$('#subNavigationBar .breadcrumb').html('');
}
this.getNodeInfo();
}
}