Skip to content

Commit

Permalink
fixed badge with agents number in top agents menu
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Aug 26, 2023
1 parent 76edd73 commit 312f3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export class AppComponent implements OnInit, OnDestroy {
label: 'Agents',
icon: 'pi pi-user',
routerLink: '/agents',
badgeStyleClass: 'p-badge ml-3',
badge: '0',
},
{
Expand All @@ -142,6 +143,7 @@ export class AppComponent implements OnInit, OnDestroy {
{
label: 'Discovered',
icon: 'pi pi-user-plus',
badgeStyleClass: 'p-badge ml-3',
routerLink: '/discovered-agents',
badge: '0',
},
Expand Down

0 comments on commit 312f3ae

Please sign in to comment.