Skip to content

Commit

Permalink
[#noissue] Change side-menu order
Browse files Browse the repository at this point in the history
- Keep application menu close
  • Loading branch information
binDongKim committed Jan 16, 2023
1 parent fdb5b0e commit 01cae35
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ export class SideNavigationBarContainerComponent implements OnInit, OnDestroy {
iconClass: 'fas fa-chart-line',
onClick: () => this.onClickInspector(),
},
{
id: 'infrastructure',
title: 'Infrastructure',
path: '/metric',
iconClass: 'fas fa-server',
showItem: this.showMetric,
onClick: () => this.onClickMetric(),
},
{
id: 'url-stat',
title: 'URL Statistic',
Expand All @@ -146,6 +138,14 @@ export class SideNavigationBarContainerComponent implements OnInit, OnDestroy {
showItem: this.showUrlStat,
onClick: () => this.onClickUrlStat(),
},
{
id: 'infrastructure',
title: 'Infrastructure',
path: '/metric',
iconClass: 'fas fa-server',
showItem: this.showMetric,
onClick: () => this.onClickMetric(),
}
],
bottomItems: [
{
Expand Down

0 comments on commit 01cae35

Please # to comment.