Merge pull request #2708 from ryanpetrello/remove-network-ui

remove the network UI
This commit is contained in:
Ryan Petrello
2018-07-31 08:18:13 -04:00
committed by GitHub
208 changed files with 16 additions and 14091 deletions
-4
View File
@@ -1,5 +1,4 @@
from channels.routing import route
from awx.network_ui.routing import channel_routing as network_ui_routing
channel_routing = [
@@ -7,6 +6,3 @@ channel_routing = [
route("websocket.disconnect", "awx.main.consumers.ws_disconnect", path=r'^/websocket/$'),
route("websocket.receive", "awx.main.consumers.ws_receive", path=r'^/websocket/$'),
]
channel_routing += network_ui_routing