remove the network UI

This commit is contained in:
Ryan Petrello
2018-07-24 17:40:45 -04:00
parent 681d64c96f
commit 6f5259d017
208 changed files with 16 additions and 14091 deletions

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