Skip to content

Commit

Permalink
MID-3663 removed deprecated shadow details page
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Nov 6, 2017
1 parent 5d8d106 commit a7b0c06
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,385 deletions.
Expand Up @@ -1462,7 +1462,6 @@ private void createConfigurationMenu(SideBarMenuItem item) {
addSystemMenuItem(systemItem, "PageAdmin.menu.top.configuration.adminGui",
PageSystemConfiguration.CONFIGURATION_TAB_ADMIN_GUI);

addMainMenuItem(item, "fa fa-address-book", "PageAdmin.menu.top.configuration.shadowsDetails", PageAccounts.class);
addMainMenuItem(item, "fa fa-archive", "PageAdmin.menu.top.configuration.internals", PageInternals.class);
addMainMenuItem(item, "fa fa-search", "PageAdmin.menu.top.configuration.repoQuery", PageRepositoryQuery.class);
if (SystemConfigurationHolder.isExperimentalCodeEnabled()) {
Expand Down

This file was deleted.

0 comments on commit a7b0c06

Please sign in to comment.