github.com/jenkins-x/test-infra@v0.0.7/testgrid/extension/testgrid_alerter/static/popup.html (about) 1 <!doctype html> 2 <html class="small-popup"> 3 <head> 4 <title>TestGrid Extension</title> 5 <script src="../js/popup.js"></script> 6 <link rel="stylesheet" type="text/css" href="../css/testgrid_alerter.css" media="screen"/> 7 </head> 8 <body> 9 <div class="bar"> 10 <button type="button" id="settings" class="right-button">Settings</button> 11 </div> 12 <h3 id="welcome">Alerts</h3> 13 <div class="bar"> 14 <button type="button" id="expand">Expand All</button> 15 <button type="button" id="expand-dashboards">Expand Dashboards</button> 16 <button type="button" id="collapse-dashboards">Collapse Dashboards</button> 17 <button type="button" id="collapse">Collapse All</button> 18 </div> 19 <p id="warning"></p> 20 <div id="alerts"> 21 </div> 22 </body> 23 </html>