Skip to content

Commit

Permalink
Made online monitoring interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
lscharenberg committed May 10, 2023
1 parent d512910 commit d7a1e94
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 337 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(vmm-sdat)

set(CMAKE_BUILD_TYPE RelWithDebInfo)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -O0 -ggdb")
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ggdb")

Expand Down
6 changes: 3 additions & 3 deletions monitoring/monitorData.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
</ul>
<div class="tab-content">
<div id="sectionA" class="tab-pane fade show active">
<img id="det_total_0" src="det_total_0.png">
<iframe id="igraph" style="border:none;" seamless="seamless" src="det_total_0.html" height = "2000" width = "2000"></iframe>
</div>
<div id="sectionB" class="tab-pane fade">
<img id="det_0" src="det_0.png">
<iframe id="igraph" style="border:none;" seamless="seamless" src="det_0.html" height = "2000" width = "2000"></iframe>
</div>
<div id="sectionC" class="tab-pane fade">
<img id="det_stats_0" src="det_stats_0.png">
<iframe id="igraph" style="border:none;" seamless="seamless" src="det_stats_0.html" height = "2000" width = "2000"></iframe>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit d7a1e94

Please sign in to comment.