mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
fixes issue with ui-view for network UI
and closes network UI socket connections after closing the network UI
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
</head>
|
||||
|
||||
<body data-user-agent="{{userAgent}}">
|
||||
<div ui-view="networking"><div>
|
||||
<div ui-view="networking"></div>
|
||||
<at-layout>
|
||||
<bread-crumb></bread-crumb>
|
||||
<toast></toast>
|
||||
<div class="container-fluid" id="content-container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12" ui-view>
|
||||
</div>
|
||||
<div class="col-lg-12" ui-view></div>
|
||||
</div>
|
||||
<!-- Password Dialog -->
|
||||
<div id="password-modal" style="display: none;"></div>
|
||||
|
||||
Reference in New Issue
Block a user