diff options
Diffstat (limited to 'examples/c-collectd/www/dpi/flows.html')
-rw-r--r-- | examples/c-collectd/www/dpi/flows.html | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/examples/c-collectd/www/dpi/flows.html b/examples/c-collectd/www/dpi/flows.html index 42e129839..1f7841328 100644 --- a/examples/c-collectd/www/dpi/flows.html +++ b/examples/c-collectd/www/dpi/flows.html @@ -1,10 +1,15 @@ <!DOCTYPE html> <html lang="en"><head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta http-equiv="cache-control" content="max-age=0" /> + <meta http-equiv="cache-control" content="no-cache" /> + <meta http-equiv="expires" content="0" /> + <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> + <meta http-equiv="pragma" content="no-cache" /> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta name="description" content=""> - <meta name="author" content=""> + <meta name="description" content="nDPId RRD Graph"> + <meta name="author" content="Toni Uhlig"> <link rel="icon" href="https://getbootstrap.com/docs/4.0/assets/img/favicons/favicon.ico"> <title>nDPId Dashboard</title> @@ -92,6 +97,30 @@ Categories </a> </li> + <li class="nav-item"> + <a class="nav-link" href="jsons.html"> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"> + <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path> + <polyline points="14 2 14 8 20 8"></polyline> + <line x1="16" y1="13" x2="8" y2="13"></line> + <line x1="16" y1="17" x2="8" y2="17"></line> + <polyline points="10 9 9 9 8 9"></polyline> + </svg> + JSONs + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="events.html"> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"> + <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path> + <polyline points="14 2 14 8 20 8"></polyline> + <line x1="16" y1="13" x2="8" y2="13"></line> + <line x1="16" y1="17" x2="8" y2="17"></line> + <polyline points="10 9 9 9 8 9"></polyline> + </svg> + Events + </a> + </li> </ul> </div> </nav> @@ -102,6 +131,9 @@ <img src="flows_past_hour.png" class="img-fluid" alt="Responsive image"> </div> <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> + <img src="flows_past_12hours.png" class="img-fluid" alt="Responsive image"> + </div> + <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> <img src="flows_past_day.png" class="img-fluid" alt="Responsive image"> </div> <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> |