Adds creating links from host vars from inventory

* Adds creating links from host vars
* Returns devices to the toolbox after they are removed from the canvas
This commit is contained in:
Ben Thomasson
2018-03-08 22:32:35 -05:00
parent 66c351c60c
commit b9d4fc2bb9
6 changed files with 181 additions and 83 deletions

View File

@@ -19,7 +19,7 @@ function NullChannel(from_controller, tracer) {
this.trace = false;
}
NullChannel.prototype.send = function(msg_type) {
NullChannel.prototype.send = function() {
};
function FSMController (scope, name, initial_state, tracer) {