Skip to content

Commit a834f92

Browse files
committed
Add side menu toggle
1 parent 8ac8986 commit a834f92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenFlow/src/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h5 class="sidebar-title">Misc management</h5>
126126
<div class="sticky-alerts"></div>
127127

128128
<nav class="navbar navbar-expand-md fixed-top" ng-show="menuctrl.signedin">
129+
<button class="btn" type="button" ng-click="menuctrl.toggleSidebar()"><i class="fa fa-bars" aria-hidden="true"></i></button>
129130
<a href="#" class="navbar-brand">
130131
<span translate lib="web">sitename</span>
131132
</a>

0 commit comments

Comments
 (0)