Skip to content

Commit

Permalink
Removed Bare-metal systems tab from Manager Configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa authored and admd committed Jul 23, 2024
1 parent 7451148 commit eb1e501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions web/html/src/manager/admin/config/monitoring-admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,6 @@ const MonitoringAdmin = (props: MonitoringAdminProps) => {
{t("Cobbler")}
</a>
</li>
<li>
<a className="js-spa" href="/rhn/admin/config/BootstrapSystems.do?">
{t("Bare-metal systems")}
</a>
</li>
<li className="active js-spa">
<a href="/rhn/manager/admin/config/monitoring?">{t("Monitoring")}</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Removed Bare metal systems tab from General Configuration page

0 comments on commit eb1e501

Please sign in to comment.