diff options
Diffstat (limited to 'examples/c-collectd/www/dpi/index.html')
-rw-r--r-- | examples/c-collectd/www/dpi/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/examples/c-collectd/www/dpi/index.html b/examples/c-collectd/www/dpi/index.html index bcec4ea3b..0a04c68aa 100644 --- a/examples/c-collectd/www/dpi/index.html +++ b/examples/c-collectd/www/dpi/index.html @@ -98,6 +98,18 @@ </a> </li> <li class="nav-item"> + <a class="nav-link" href="risks.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> + Risks + </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> @@ -166,6 +178,25 @@ </div> <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> + <img src="confidence_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="confidence_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="confidence_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"> + <img src="confidence_past_week.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="confidence_past_month.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="confidence_past_year.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="traffic_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"> @@ -337,6 +368,25 @@ </div> <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> + <img src="severities_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="severities_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="severities_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"> + <img src="severities_past_week.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="severities_past_month.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="severities_past_year.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="risky_events_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"> |