[Properties] Hide rows without controls
Hide rows for domain object properties that do not have associated controls from the Edit Properties dialog; follow up for nasa/openmctweb#92
This commit is contained in:
@@ -39,7 +39,7 @@ define(
|
||||
return {
|
||||
getValue: function (model) { return model[k]; },
|
||||
setValue: function (model, v) { model[k] = v; },
|
||||
getDefinition: function () { return {}; }
|
||||
getDefinition: function () { return { control: 'textfield '}; }
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user