web-ui
web-ui copied to clipboard
A new web frontend for Hashtopolis
Since the last merge, we have addressed multiple issues arising from the framework migration. Today, we conducted tests by resetting the image to identify initial configuration problems. - Tested login...
Changed the cache keys of renderUserLink to check for both userId and _id. Closes #95
The cache key of the function ```renderUserLink``` was set to ```userId``` while the object did not contain this key, but instead used ```_id```. Because of this the links generated for...
Added frontend components for benchmark cache: https://github.com/hashtopolis/server/pull/955
This pull request is really important and affects Web UI and API V2 if wrong key is used. After some tests, we found that when the payload is being sent...
Some issues with unittests mostly regarding missing imports were fixed.
* New table layout for the agent status * Color coded temperatures and utilization * New modal containing tabs for checking the temperature / cpu and gpu utilization
Proper handling for invalid detail routes across multiple modules. Previously, navigating manually to an edit page of a non-existent resource (e.g. /agents/show-agents/999/edit) would load the edit UI behind a “Not...