blob: 0db2c8201700ff307c8a8350a72285fa99abdf06 [file] [log] [blame]
Sean Condonf4f54a12018-10-10 23:25:46 +01001<!--
2~ Copyright 2018-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
16<onos-flash id="topoMsgFlash" message="{{ flashMsg }}" (closed)="flashMsg = ''"></onos-flash>
17
18<onos-instance #instance></onos-instance>
19<onos-summary #summary></onos-summary>
20<onos-toolbar #toolbar></onos-toolbar>
21<onos-details #details></onos-details>
22
23<div id="ov-topo2">
Sean Condon55c30532018-10-29 12:26:57 +000024 <svg viewBox="0 0 1000 1000" id="topo2">
Sean Condonf4f54a12018-10-10 23:25:46 +010025 <svg:g onos-nodeviceconnected />
Sean Condon55c30532018-10-29 12:26:57 +000026 <svg:g id="topo-zoomlayer">
27 <svg:g onos-backgroundsvg/>
28 <svg:g onos-forcesvg/>
29 </svg:g>
Sean Condonf4f54a12018-10-10 23:25:46 +010030 </svg>
31</div>
32
33<div id="breadcrumbs"></div>