mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Prevents Network UI from scrolling and showing Tower
I also fixed an issue where the mouse-wheel events were not zooming the network UI in firefox.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</head>
|
||||
|
||||
<body data-user-agent="{{userAgent}}">
|
||||
<div ui-view="networking"></div>
|
||||
<div ui-view="networking" ng-class="{'NetworkingUIView' : vm.networkUIisOpen}"></div>
|
||||
<at-layout>
|
||||
<bread-crumb></bread-crumb>
|
||||
<toast></toast>
|
||||
|
||||
Reference in New Issue
Block a user