1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

minor styling improvments of parameters-editor

This commit is contained in:
Steffen Vogel 2018-06-08 15:13:00 +02:00
parent 4265f59460
commit cfd7bf1af4

View file

@ -58,6 +58,8 @@ class ParametersEditor extends React.Component {
src={this.props.content}
name={false}
displayDataTypes={false}
displayObjectSize={false}
enableClipboard={false}
onAdd={this.props.disabled ? undefined : this.onAdd}
onEdit={this.props.disabled ? undefined : this.onEdit}
onDelete={this.props.disabled ? undefined : this.onDelete}