Put hostname in control UI header

This commit is contained in:
Max Goodhart
2020-06-23 00:31:16 -07:00
parent 8477a288a9
commit da93fba53f

View File

@@ -190,7 +190,7 @@ function App({ wsEndpoint }) {
return (
<div>
<h1>Stream Wall</h1>
<h1>Streamwall ({location.host})</h1>
<div>
connection status: {isConnected ? 'connected' : 'connecting...'}
</div>