mirror of https://gitee.com/bigwinds/arangodb
Added parts of the navigation bar to the index.html this should make the other parts easier to rerender
This commit is contained in:
parent
44d8e7e94e
commit
dae6d03f38
|
@ -15,7 +15,18 @@
|
|||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<div class="header">
|
||||
<div class="arango-top-nav navbar navbar-fixed-top" xmlns="http://www.w3.org/1999/html">
|
||||
<div class="arango-nav navbar-inner">
|
||||
<div class="container">
|
||||
<a class="arango-logo brand navlogo" href="#"><img src="img/logo_arangob_white.gif"/></a>
|
||||
<span id="selectDB" class="selectDB"></span>
|
||||
<div class="nav-collapse arangoNavSwitch" id="navigationBar">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue