Revisited the Navigation Bar

This commit is contained in:
Francesco Mangiacrapa 2024-02-19 16:08:58 +01:00
parent 733841fd5e
commit 573c0b14de
2 changed files with 3 additions and 8 deletions

View File

@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Supported the Edit facility [#26639]
- Support the Delete facility [#26793]
- Revisited the Navigation Bar
## [v2.2.7] - 2023-12-21

View File

@ -187,10 +187,8 @@ public class CkanMetadataManagementPanel extends FlowPanel {
dropMy.add(myGroups);
dropMy.add(myDatasets);
dropMy.setType(ButtonType.LINK);
// nav.add(myOrganizations);
// nav.add(myGroups);
nav.add(dropMy);
separatorAdminButtons = new InlineHTML(
"<span style=\"font-weight:bold;vertical-alignment:middle;margin:0 5px;\">|</span>");
separatorAdminButtons.setVisible(true);
@ -207,11 +205,7 @@ public class CkanMetadataManagementPanel extends FlowPanel {
nav.add(manageGRSFProduct);
nav.add(manageCModS);
// TODO
// nav.setClose(false);
// nav.setType(AlertType.INFO);
// nav.getElement().getStyle().setMarginBottom(0, Unit.PX);
// nav.getElement().getStyle().setBackgroundColor("#FFF");
addHandlers();
add(nav);
}