From d889a41487c1312ed11deb7e88f0214ac057727c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 7 Oct 2022 14:04:28 +0200 Subject: feat(web/ui): Show monthly simulation budget in UI This change updates the OpenDC web UI to show the monthly simulation budget of the user in the user dropdown. This provides the user with a progress bar of the used simulation minutes. --- opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js') diff --git a/opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js b/opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js index 8dc52f7a..64218a0a 100644 --- a/opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js +++ b/opendc-web/opendc-web-ui/src/components/portfolios/ScenarioTable.js @@ -64,7 +64,6 @@ function ScenarioTable({ portfolio, status }) { ) : ( 'Unknown Topology' )} - , {`${scenario.workload.trace.name} (${ scenario.workload.samplingFraction * 100 -- cgit v1.2.3