@@ -331,7 +331,7 @@ def html_template():
331331
332332 .archive-build-row {
333333 right: 0.5%;
334- width: 200px ;
334+ width: 220px ;
335335 top: 0;
336336 bottom: 0;
337337 position: fixed;
@@ -472,20 +472,22 @@ def html_template():
472472 <body>
473473 <div class="loader"></div>
474474 <div class="sidenav">
475- <a onclick="openPage('dashboard', this, '', '', '')"><img class="wrimagecard" src="__custom_logo__" style="max-width:98%;" /></a>
476- <a class="tablink" href="#" id="defaultOpen" onclick="openPage('dashboard', this, 'white', '#565656', 'groove')">
475+ <a onclick="openPage('dashboard', this, '', '', '')" href="#dashboard">
476+ <img class="wrimagecard" src="__custom_logo__" style="max-width:98%;" />
477+ </a>
478+ <a class="tablink" href="#dashboard" id="defaultOpen" onclick="openPage('dashboard', this, 'white', '#565656', 'groove')">
477479 <i class="fa fa-home" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Dashboard
478480 </a>
479- <a class="tablink" href="#" onclick="openPage('suiteMetrics', this, 'white', '#565656', 'groove'); executeDataTable('#sm',2)">
481+ <a class="tablink" href="#suites " onclick="openPage('suiteMetrics', this, 'white', '#565656', 'groove'); executeDataTable('#sm',2)">
480482 <i class="fa fa-briefcase" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Suites
481483 </a>
482- <a class="tablink" href="#" onclick="openPage('testMetrics', this, 'white', '#565656', 'groove'); executeDataTable('#tm',3)">
484+ <a class="tablink" href="#test-metrics " onclick="openPage('testMetrics', this, 'white', '#565656', 'groove'); executeDataTable('#tm',3)">
483485 <i class="fa fa-server" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Test Metrics
484486 </a>
485- <a class="tablink" href="#" onclick="openPage('archives', this, 'white', '#565656', 'groove');">
487+ <a class="tablink" href="#archives " onclick="openPage('archives', this, 'white', '#565656', 'groove');">
486488 <i class="fa fa-history" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Archives
487489 </a>
488- <a class="tablink" href="#" onclick="openPage('screenshots', this, 'white', '#565656', 'groove');">
490+ <a class="tablink" href="#screenshots " onclick="openPage('screenshots', this, 'white', '#565656', 'groove');">
489491 <i class="fa fa-camera" id="tablinkicon" style="color:currentcolor; margin:5% 5% 5% 10%"></i> Screenshots
490492 </a>
491493 </div>
0 commit comments