mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Add stream health overview component
This commit is contained in:
@ -89,6 +89,11 @@ const initialServerStatusState = {
|
||||
versionNumber: '0.0.0',
|
||||
streamTitle: '',
|
||||
chatDisabled: false,
|
||||
health: {
|
||||
healthy: true,
|
||||
healthPercentage: 100,
|
||||
message: '',
|
||||
},
|
||||
};
|
||||
|
||||
export const ServerStatusContext = React.createContext({
|
||||
|
||||
Reference in New Issue
Block a user