blob: d72a2e0914c23d22522fc8ef49c859b85d7a0948 [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
Sean Condonaa4366d2018-11-02 14:29:01 +000018<onos-instance #instance [divTopPx]="80" (mastershipEvent)="force.onosInstMastership = $event"></onos-instance>
Sean Condonf4f54a12018-10-10 23:25:46 +010019<onos-summary #summary></onos-summary>
20<onos-toolbar #toolbar></onos-toolbar>
21<onos-details #details></onos-details>
22
23<div id="ov-topo2">
Sean Condon0c577f62018-11-18 22:40:05 +000024 <svg:svg #svgZoom xmlns:svg="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" id="topo2">
Sean Condonf4f54a12018-10-10 23:25:46 +010025 <svg:g onos-nodeviceconnected />
Sean Condon0c577f62018-11-18 22:40:05 +000026 <svg:g id="topo-zoomlayer" onosZoomableOf [zoomableOf]="svgZoom">
Sean Condonaa4366d2018-11-02 14:29:01 +000027 <svg:g #background onos-backgroundsvg/>
Sean Condon0c577f62018-11-18 22:40:05 +000028 <svg:g #force onos-forcesvg (selectedNodeEvent)="nodeSelected($event)"/>
Sean Condon55c30532018-10-29 12:26:57 +000029 </svg:g>
Sean Condon0c577f62018-11-18 22:40:05 +000030 </svg:svg>
Sean Condonf4f54a12018-10-10 23:25:46 +010031</div>
32
33<div id="breadcrumbs"></div>