mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
renaming Host of IC to WebSocket Endpoint for more clarity, closes #242
This commit is contained in:
parent
63ac373191
commit
dd13535e67
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class InfrastructureComponents extends Component {
|
|||
<TableColumn title='Type' dataKeys={['type', 'rawProperties.type']} />
|
||||
<TableColumn title='Location' dataKeys={['properties.location', 'rawProperties.location']} />
|
||||
{/* <TableColumn title='Realm' dataKeys={['properties.realm', 'rawProperties.realm']} /> */}
|
||||
<TableColumn title='Host' dataKey='host' />
|
||||
<TableColumn title='WebSocket Endpoint' dataKey='host' />
|
||||
<TableColumn title='Last Update' dataKey='stateUpdatedAt' modifier={InfrastructureComponents.stateUpdateModifier} />
|
||||
<TableColumn
|
||||
width='200'
|
||||
|
|
Loading…
Add table
Reference in a new issue