-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show overview of gateway status (#84)
* Init gateway status overview. Styling not done. Dummy data * Adjust gateway status for responsiveness. Added TODOs * Implement gateway status fetch. Update styling and TODOs * Reset table page. Update gateway status logic and styling * Add parent options for paginator and title * Fix gateway status not fetching on interval change * Optimize performance on gateway status * Add comment to latest timestamp method * Visualize gateway traffic and status (#85) * Fetch single gateway * Add empty gateway graphs. * Visualize gateway packages * Fix date and merge Co-authored-by: nlg <[email protected]> Co-authored-by: nlg <[email protected]>
- Loading branch information
1 parent
a5288c1
commit ed023ce
Showing
23 changed files
with
764 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export enum GatewayStatusInterval { | ||
DAY = 'DAY', | ||
WEEK = 'WEEK', | ||
MONTH = 'MONTH', | ||
} |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
table { | ||
width: 100%; | ||
} | ||
width: 100%; | ||
} |
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
Oops, something went wrong.