mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
show uuid in IC dialog
This commit is contained in:
parent
935bf3894f
commit
5e30e17d89
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ICDialog extends React.Component {
|
|||
return (
|
||||
<Dialog
|
||||
show={this.props.show}
|
||||
title={this.props.ic.name}
|
||||
title={this.props.ic.name + " ( " + this.props.ic.uuid + " )"}
|
||||
buttonTitle="Close"
|
||||
onClose={(c) => this.onClose(c)}
|
||||
valid={true}
|
||||
|
|
Loading…
Add table
Reference in a new issue