Skip to content

Announce ALT and WebUI versions in client

Tomáš Pecka requested to merge dev-tp into master

This patch announces WebUI and ALT versions in the top bar of webui-client page. The ALT version is fetched from the ALIB_VERSION macro in ALT's version.hpp. WebUI version must be passed manually. Both are stored in a separate json file.

Also cleanup static files, including algorithms.json. It should always be built against current ALT backend and not stored in the repository.

Merge request reports