mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user