accessLeaf.addItem(authItem);
// LHSNavTreeItem auditLogItem = new LHSNavTreeItem("Audit Log", NameTokens.AuditLogPresenter);
// accessLeaf.addItem(auditLogItem);
LHSTreeSection patchingLeaf = new LHSTreeSection("Patching", true);
patchingLeaf.addItem(new LHSNavTreeItem("Patch Management", NameTokens.PatchingPresenter));
LHSNavTree navigation = new LHSNavTree("administration");
navigation.getElement().setAttribute("aria-label", "Administration");
navigation.addItem(accessLeaf);
navigation.addItem(patchingLeaf);