• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • topo
  • topo.html
  • Simon Hunt's avatar
    GUI -- Sketched out structure for multi-views; each with own controller, template html and css. · ef31fb26 ...
    ef31fb26
    - routes currently hard-coded... some thought needed to handle views contributed at runtime.
    
    Change-Id: Ied012744d74e46c5072143283364557f9485056c
    Simon Hunt authored 2014-12-19 13:16:44 -0800
topo.html 212 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<!-- Topology View partial HTML -->
<div id="ov-topo">
    <h2> Topology View </h2>

    <p>
        This is a place-holder for the topology viewer.
    </p>

    <div class="msg"> {{ctrl.message}} </div>
</div>