mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Removes early experiments from network UI.
* Removing unused widgets app * Removes dead code for rack from move * Removes experimental touch support * Removes unused Group corners function * Removes experimental tables app * Removes stencil and layers * Removes status light and task status * Removes configuration * Removes unused PasteGroup message and handler * Removes unused inventory clip path partial * Removes old recordings * Removes unused table messages * Removes unused Task and Configuration models
This commit is contained in:
@@ -213,14 +213,6 @@ function KeyEvent(sender, key, keyCode, type, altKey, shiftKey, ctrlKey, metaKey
|
||||
}
|
||||
exports.KeyEvent = KeyEvent;
|
||||
|
||||
function TouchEvent(sender, type, touches) {
|
||||
this.msg_type = "TouchEvent";
|
||||
this.sender = sender;
|
||||
this.type = type;
|
||||
this.touches = touches;
|
||||
}
|
||||
exports.TouchEvent = TouchEvent;
|
||||
|
||||
function StartRecording(sender, trace_id) {
|
||||
this.msg_type = "StartRecording";
|
||||
this.sender = sender;
|
||||
@@ -266,11 +258,6 @@ function NewGroup(type) {
|
||||
}
|
||||
exports.NewGroup = NewGroup;
|
||||
|
||||
function PasteGroup(group) {
|
||||
this.group = group;
|
||||
}
|
||||
exports.PasteGroup = PasteGroup;
|
||||
|
||||
function PasteRack(group) {
|
||||
this.group = group;
|
||||
}
|
||||
@@ -360,17 +347,6 @@ function GroupMembership(sender, id, members) {
|
||||
}
|
||||
exports.GroupMembership = GroupMembership;
|
||||
|
||||
function TableCellEdit(sender, sheet, col, row, old_value, new_value) {
|
||||
this.msg_type = "TableCellEdit";
|
||||
this.sender = sender;
|
||||
this.sheet = sheet;
|
||||
this.col = col;
|
||||
this.row = row;
|
||||
this.old_value = old_value;
|
||||
this.new_value = new_value;
|
||||
}
|
||||
exports.TableCellEdit = TableCellEdit;
|
||||
|
||||
function ProcessCreate(sender, id, name, type, device_id, x, y) {
|
||||
this.msg_type = "ProcessCreate";
|
||||
this.id = id;
|
||||
|
||||
Reference in New Issue
Block a user