Adds breadcrumb to network UI

* Adds functionality for breadcrumb
* Changes the site icon to stay the same size
This commit is contained in:
Ben Thomasson
2018-02-20 16:26:49 -05:00
parent a222fb5ebd
commit b7848ab4f6
11 changed files with 96 additions and 15 deletions

View File

@@ -44,7 +44,7 @@
<g awx-net-stream></g>
</g> <!-- end ng-repeat stream in streams-->
</g> <!-- end ng-if current_scale -->
<g>
<g ng-if="current_scale < 5">
<g ng-repeat="item in devices"
ng-attr-transform="translate({{item.x}},{{item.y}})"