fixes issue with ui-view for network UI

and closes network UI socket connections after closing the network UI
This commit is contained in:
Jared Tabor
2018-05-01 12:36:59 -07:00
parent fd4f78a64c
commit 079d8e2565
6 changed files with 31 additions and 21 deletions

View File

@@ -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>