Update simulation components and descriptions for clarity and functionality
- Added a new method in simulation.js for retrieving detailed run status. - Revised descriptions in Step1GraphBuild.vue and Step2EnvSetup.vue for improved clarity on simulation processes. - Updated titles and labels in Step2EnvSetup.vue to better reflect the initialization and setup stages. - Enhanced styling and layout in Step2EnvSetup.vue for a more cohesive user experience. - Adjusted descriptions in Home.vue to accurately represent the simulation workflow.
This commit is contained in:
@@ -98,3 +98,4 @@ export const getRunStatus = (simulationId) => {
|
||||
export const getRunStatusDetail = (simulationId) => {
|
||||
return service.get(`/api/simulation/${simulationId}/run-status/detail`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user