1
0
Fork 0
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:
Sonja Happ 2021-01-28 14:27:31 +01:00
parent 935bf3894f
commit 5e30e17d89

View file

@ -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}