|
4 | 4 | # SPDX-License-Identifier: Apache-2.0 |
5 | 5 |
|
6 | 6 | --> |
7 | | -<!doctype html> |
| 7 | +<!DOCTYPE html> |
8 | 8 | <html lang="en"> |
9 | | -<head> |
10 | | - <meta charset="utf-8"> |
11 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
12 | | - <title>Simulation Results</title> |
13 | | - <script src="js/htmx.min.js"></script> |
14 | | - <link href="css/bootstrap.min.css" rel="stylesheet"> |
15 | | - <link href="css/style.css" rel="stylesheet"> |
16 | | -</head> |
17 | | -<body> |
| 9 | + <head> |
| 10 | + <meta charset="utf-8"> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 12 | + <title>Simulation Results</title> |
| 13 | + <script src="js/htmx.min.js"></script> |
| 14 | + <script> |
| 15 | + htmx.config.selfRequestsOnly = false; |
| 16 | + </script> |
| 17 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 18 | + <link href="css/style.css" rel="stylesheet"> |
| 19 | + </head> |
| 20 | + <body> |
18 | 21 |
|
19 | | -<nav class="navbar navbar-expand-lg bg-body-tertiary"> |
20 | | - <div class="container-fluid"> |
21 | | - <a class="navbar-brand" href="#">Nightly Reports</a> |
22 | | - <button class="navbar-toggler" type="button" data-bs-toggle="collapse" |
23 | | - data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" |
24 | | - aria-expanded="false" aria-label="Toggle navigation"> |
25 | | - <span class="navbar-toggler-icon"></span> |
26 | | - </button> |
27 | | - </div> |
28 | | -</nav> |
| 22 | + <nav class="navbar navbar-expand-lg bg-body-tertiary"> |
| 23 | + <div class="container-fluid"> |
| 24 | + <a class="navbar-brand" href="#">Nightly Reports</a> |
| 25 | + <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| 26 | + <span class="navbar-toggler-icon"></span> |
| 27 | + </button> |
| 28 | + </div> |
| 29 | + </nav> |
29 | 30 |
|
30 | | -<div id="report-content" |
31 | | - hx-get="summary.html" |
32 | | - hx-trigger="load" |
33 | | - hx-target="#report-content"></div> |
| 31 | + <div id="report-content" hx-get="summary.html" hx-trigger="load" hx-request='{"noHeaders": true}' hx-target="#report-content"></div> |
34 | 32 |
|
35 | | -<script src="js/bootstrap.bundle.min.js"></script> |
36 | | -</body> |
| 33 | + <script src="js/bootstrap.bundle.min.js"></script> |
| 34 | + </body> |
37 | 35 | </html> |
0 commit comments