@@ -83,7 +83,7 @@ <h2>Background Information</h2>
83
83
84
84
< div class ="navbar navbar-inverse navbar-fixed-top ">
85
85
< div class ="navbar-inner ">
86
- < div class ="container " style ="margin-top:5px ">
86
+ < div class ="container " style ="margin-top:5px; width:1040px ">
87
87
< a class ="btn btn-navbar " data-toggle ="collapse " data-target =".nav-collapse ">
88
88
< span class ="icon-bar "> </ span >
89
89
< span class ="icon-bar "> </ span >
@@ -92,7 +92,12 @@ <h2>Background Information</h2>
92
92
< a class ="brand " href ="#/ "> SegmentSpy</ a >
93
93
< div class ="nav-collapse collapse ">
94
94
< ul class ="nav ">
95
-
95
+ < li style ="margin-left:30px ">
96
+ < form class ="form-inline ">
97
+ < input type ="text " class ="input-small " id ="host " value ="http://localhost:9200 " style ="margin-top:4px; width:150px "/>
98
+ < button class ="btn " type ="button " id ="changeHost "> Change Host</ button >
99
+ </ form >
100
+ </ li >
96
101
< li style ="margin-left:30px ">
97
102
< div class ="btn-group ">
98
103
< a class ="btn dropdown-toggle " data-toggle ="dropdown " href ="# ">
@@ -103,13 +108,13 @@ <h2>Background Information</h2>
103
108
</ ul >
104
109
</ div >
105
110
</ li >
106
- < li style ="margin-left:60px ">
111
+ < li style ="margin-left:30px ">
107
112
< form class ="form-inline ">
108
113
< input type ="text " class ="input-small " id ="refreshInterval " value ="500 " style ="margin-top:4px; width:50px "/>
109
114
< button class ="btn " type ="button " id ="changeRefresh "> Change Refresh (ms)</ button >
110
115
</ form >
111
116
</ li >
112
- < li style ="margin-left:60px "> < button class ="btn btn-danger " type ="button " id ="pause "> Pause</ button > </ li >
117
+ < li style ="margin-left:30px "> < button class ="btn btn-danger " type ="button " id ="pause "> Pause</ button > </ li >
113
118
</ ul >
114
119
</ div > <!--/.nav-collapse -->
115
120
</ div >
0 commit comments