Source: https://build.opensuse.org/request/show/1193785 diff --git a/CMakeLists.txt b/CMakeLists.txt index e8b7c4a..58f7728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2960,7 +2960,6 @@ endif() # include(src/web/gui/v1/dashboard_v1.cmake) -include(src/web/gui/v2/dashboard_v2.cmake) include(src/web/gui/gui.cmake) function(cat IN_FILE OUT_FILE) @@ -2983,7 +2982,7 @@ install(FILES install(FILES src/web/gui/dashboard_info_custom_example.js src/web/gui/dashboard_info.js - src/web/gui/index.html + src/web/gui/v1/index.html src/web/gui/main.css src/web/gui/main.js src/web/gui/registry-access.html