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:
parent
4265f59460
commit
cfd7bf1af4
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue