@@ -160,6 +160,12 @@ <h3 class="log-filename"></h3>
160160 < h4 > View</ h4 >
161161 < div >
162162 < div class ="btn-group " role ="group ">
163+ < button type ="button " class ="btn btn-default open-keys-dialog " title ="View/hide keyboard shortcuts ">
164+ < span class ="glyphicon glyphicon-question-sign "> </ span >
165+ </ button >
166+ < button type ="button " class ="btn btn-default open-header-dialog " title ="View/hide header ">
167+ < span class ="glyphicon glyphicon-info-sign "> </ span >
168+ </ button >
163169 < button type ="button " class ="btn btn-default view-craft " title ="View/hide craft display ">
164170 < span class ="glyphicon glyphicon-plane "> </ span >
165171 </ button >
@@ -169,6 +175,9 @@ <h4>View</h4>
169175 < button type ="button " class ="btn btn-default view-table " title ="View/hide statistics display ">
170176 < span class ="glyphicon glyphicon-list-alt "> </ span >
171177 </ button >
178+ < button type ="button " class ="btn btn-default view-analyser-sticks " style ="display:none " title ="View/hide stick analyser ">
179+ < span class ="glyphicon glyphicon-screenshot "> </ span >
180+ </ button >
172181 < button type ="button " class ="btn btn-default view-analyser " title ="View/hide analyser display ">
173182 < span class ="glyphicon glyphicon-equalizer "> </ span >
174183 </ button >
@@ -262,15 +271,13 @@ <h4>Log sync</h4>
262271 < canvas width ="200 " height ="100 " id ="graphCanvas "> </ canvas >
263272 < canvas width ="0 " height ="0 " id ="craftCanvas "> </ canvas >
264273 < canvas width ="0 " height ="0 " id ="analyserCanvas "> </ canvas >
274+ < canvas width ="0 " height ="0 " id ="analyserStickCanvas "> </ canvas >
265275 < span class ="log-open-legend-dialog glyphicon glyphicon-cog "> </ span >
266276 </ div >
267277 < div class ="log-graph-config ">
268278 < h2 > Legend < span class ="log-close-legend-dialog glyphicon glyphicon-remove "> </ span > </ h2 >
269279 < div class ="log-graph-legend ">
270280 </ div >
271- < button type ="button " class ="btn btn-default btn-block hide-analyser-window "> Hide Analyser</ button >
272- < button type ="button " class ="btn btn-default btn-block open-keys-dialog "> Keyboard Shortcuts</ button >
273- < button type ="button " class ="btn btn-default btn-block open-header-dialog "> Log Header</ button >
274281 < button type ="button " class ="btn btn-default btn-block open-graph-configuration-dialog "> Graph setup</ button >
275282 </ div >
276283 </ div >
0 commit comments