-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Select mock payload based on hostname * chore: Switch to www.springwolf.dev domain * fix: Mock server data
- Loading branch information
Showing
10 changed files
with
40 additions
and
27 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ publishing { | |
pom { | ||
name = 'springwolf-ui' | ||
description = 'Web UI for Springwolf' | ||
url = 'https://springwolf.github.io' | ||
url = 'https://www.springwolf.dev' | ||
|
||
licenses { | ||
license { | ||
|
@@ -85,10 +85,16 @@ publishing { | |
name = 'Timon Back' | ||
email = '[email protected]' | ||
} | ||
|
||
developer { | ||
id = 'sam0r040' | ||
name = 'David Müller' | ||
email = '[email protected]' | ||
} | ||
} | ||
|
||
scm { | ||
url = 'https://github.com/springwolf/springwolf-ui' | ||
url = 'https://github.com/springwolf/springwolf-core' | ||
} | ||
} | ||
} | ||
|
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,7 +1,7 @@ | ||
<mat-toolbar color="primary" fxLayout fxLayoutAlign="space-between center"> | ||
<img src="assets/springwolf-logo.png" class="logo" alt="Logo" /> | ||
<h2>springwolf</h2> | ||
<a href="https://github.com/stavshamir/springwolf"> | ||
<a href="https://github.com/springwolf/springwolf-core"> | ||
<i class="fa fa-github fa-2x"></i> | ||
</a> | ||
</mat-toolbar> |
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