diff options
Diffstat (limited to 'frontend/src/components/app/sidebars/topology/machine/UnitComponent.js')
| -rw-r--r-- | frontend/src/components/app/sidebars/topology/machine/UnitComponent.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js b/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js index 93ac1cdd..647c8e5c 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js +++ b/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js @@ -40,13 +40,7 @@ class UnitComponent extends React.Component { return ( <li className="d-flex list-group-item justify-content-between align-items-center"> <span style={{ maxWidth: '60%' }}> - {this.props.unit.manufacturer + - ' ' + - this.props.unit.family + - ' ' + - this.props.unit.model + - ' ' + - this.props.unit.generation} + {this.props.unit.name} </span> <span> <span |
