minor changes
This commit is contained in:
@@ -182,6 +182,9 @@ func PostOneComputing(obj ComputingNEWModel) (ID string, err error) {
|
||||
}
|
||||
|
||||
func (obj *ComputingObject) AddUserInput(inputs []xml.Attr){
|
||||
|
||||
logs.Alert("AddUserInput() is going to throw some alerts while mxGraph GUI is not updated to adapt the inputs to the componant")
|
||||
|
||||
// So far only a few input to handle so a switch with a case for each type of attribute
|
||||
// is enough, to prevent too much complexity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user