Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fthornton67 committed Jul 1, 2024
1 parent 0de3fa4 commit dbb351a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,23 @@ <h1>MFP-Tools</h1>
<li nz-submenu nzOpen nzTitle="Dashboard" nzIcon="dashboard">
<ul>
<li nz-menu-item nzMatchRouter>
<a routerLink="/welcome">Welcome</a>
<a routerLink="/welcome">Overview</a>
</li>
<li nz-menu-item nzMatchRouter>
<a>Monitor</a>
<a>Wizard</a>
</li>
<li nz-menu-item nzMatchRouter>
<a>Workplace</a>
<a>Graph</a>
</li>
</ul>
</li>
<li nz-submenu nzOpen nzTitle="Form" nzIcon="form">
<li nz-submenu nzOpen nzTitle="Support" nzIcon="form">
<ul>
<li nz-menu-item nzMatchRouter>
<a>Basic Form</a>
<a>Help</a>
</li>
<li nz-menu-item nzMatchRouter>
<a>Feedback</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit dbb351a

Please sign in to comment.