Arquivos
deepforge/src/visualizers/widgets/Sidebar/NavBar.html
T
Brian Broll a31043d661 Updated main ui. Fixes #828 (#849)
* WIP #828 Added icons for main nav bar

* WIP #828 Change active node using the icons on the left

* WIP #828 Basic panel loading

* WIP #828 Added visualizers for each option

* WIP #828 Added active indicator of icons

* WIP #828 Added Architecture card

* WIP #828-Removed unnecessary MainViewControl

* WIP #828 Added thumbnail support to arch editor

* WIP #828 Added basic table for ArtifactIndex

* WIP #828 Added artifact delete support

* WIP #828 Removed unnecessary arg from completeTransaction

* WIP #828 Added size info and download link

* WIP #828 italicized the type

* WIP #828 Added SidebarLayout

* WIP #828 Updated nav viz for SideBarLayout

* WIP #828 Removed panel loading from MainView

* WIP #828 Updated breadcrumb header to hide root children

* WIP #828 Updated Index views for each container in root

* WIP #828 Added ArchIndex

* WIP #828 Fixed the sidebar height

* WIP #828 Fixed nav bar size; layout left value

* WIP #828 Renamed Sidebar (layout/viz), added ForwardViz

* WIP #828 Fixed highlight on refresh

* WIP #828 Fixed overlap w/ dropdown menu

* WIP #828 Added support for old projects

* WIP #828 Fixed old project errors

* WIP #828 Fixed flashing when clicking 'HOME' on the breadcrumb path

* WIP #828 Fixed the text alignment for the exec container

* WIP #828 Centered text

* WIP #828 Added creation time to artifact index

* WIP #828 Fixed code climate issues
2016-10-28 16:23:52 -04:00

15 linhas
602 B
HTML

<nav class="side-nav fixed closed">
<li class="side-nav-icon pipelines-icon active">
<span class="oi oi-fork" title="Pipelines" aria-hidden="true"></span>
</li >
<li class="side-nav-icon executions-icon">
<span class="oi oi-graph" title="Executions" aria-hidden="true"></span>
</li >
<li class="side-nav-icon architectures-icon">
<span class="oi oi-layers" title="Architectures" aria-hidden="true"></span>
</li >
<li class="side-nav-icon artifacts-icon">
<span class="oi oi-box" title="Artifacts" aria-hidden="true"></span>
</li >
</nav>