Codebase list python-faraday / a96b468 views / reports / _attachments / scripts / navigation / partials / leftBar.html
a96b468

Tree @a96b468 (Download .tar.gz)

leftBar.html @a96b468raw · history · blame

<!-- Faraday Penetration Test IDE -->
<!-- Copyright (C) 2013  Infobyte LLC (http://www.infobytesec.com/) -->
<!-- See the file 'doc/LICENSE' for the license information -->
<aside class="left-nav" ng-if="showNavigation()">
    <nav>
        <ul>
            <li>
                <a href="#/dashboard/ws/{{workspace}}" class="ws-dashboard" style="color: #ffffff !important" tooltip="Dashboard" tooltip-placement="right">
                    <img src="images/ico-dashboard-menu.svg" alt="Dashboard"/>
                </a>
            </li>
            <li>
                <a href="#/status/ws/{{workspace}}" class="status-report" style="color: #ffffff !important" tooltip="Status Report" tooltip-placement="right">
                    <img src="images/ico-status-menu.svg" alt="Status Report"/>
                </a>
            </li> 
            <li>
                <a href="#/workspaces" class="workspaces" style="color: #ffffff !important" tooltip="Workspaces" tooltip-placement="right">
                    <img src="images/ico-workspaces-menu.svg" alt="Workspaces"/>
                </a>
            </li>
        </ul>
    </nav>
    <div ng-show="isIceweasel" class="alert alert-danger alert-dismissible">
        <button type="button" class="close" data-dismiss="alert">
            <span aria-hidden="true">&times;</span>
            <span class="sr-only">Close</span>
        </button>
        <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
        <span ng-bind="isIceweasel"></span>
    </div>
</aside>