-
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<mat-toolbar color="accent"> | ||
<mat-toolbar-row> | ||
<button mat-button routerLink="/home" routerLinkActive="active">DevOps</button> | ||
<span class="spacer"></span> | ||
<div class="right"> | ||
<button mat-button routerLink="/" routerLinkActive="active">Home</button> | ||
<button mat-button routerLink="/casestudy" routerLinkActive="active">案例学习</button> | ||
<button mat-button routerLink="/pattern" routerLinkActive="active">模式与原则</button> | ||
<button mat-button routerLink="/design" routerLinkActive="active">设计 DevOps</button> | ||
<button mat-button routerLink="/practise" routerLinkActive="active">最佳实践</button> | ||
<button mat-button routerLink="/manual" routerLinkActive="active">操作手册</button> | ||
</div> | ||
</mat-toolbar-row> | ||
<mat-toolbar-row> | ||
<button mat-button routerLink="/home" routerLinkActive="active">DevOps</button> | ||
<span class="spacer"></span> | ||
<div class="right"> | ||
<button mat-button routerLink="/" routerLinkActive="active">Home</button> | ||
<button mat-button routerLink="/casestudy" routerLinkActive="active">案例学习</button> | ||
<button mat-button routerLink="/pattern" routerLinkActive="active">模式与原则</button> | ||
<button mat-button routerLink="/design" routerLinkActive="active">设计 DevOps</button> | ||
<button mat-button routerLink="/practise" routerLinkActive="active">最佳实践</button> | ||
<button mat-button routerLink="/manual" routerLinkActive="active">操作手册</button> | ||
<a mat-button href="https://migration.ink/" target="_blank">系统重构</a> | ||
</div> | ||
</mat-toolbar-row> | ||
</mat-toolbar> | ||
|
||
<router-outlet></router-outlet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters