You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar in simulation request panel from index.jsp has been partially fixed: it now deactivates the submit button (whichever it is), iterates five times and activates the submit button again after stopping.
This commit partially addresses issue #8: a proper information about the actual upload status is still missing.
A second attempt has been performed in order to show a progress about the loading of a simulation JAR along with a simulation request, as requested by issue #8: the incapability to sort things out is due to FormData object used to submit the whole form containing both text and file fields.
An error message has been put in place for request upload error though on lines 602-608 of script.js.
My attempt to properly show the loader with the effective status of the simulation jar upload up to now failed.
Discussing the issue with @spagnuolocarmine we agreed on a possible solution: extract the file field from the simulation form and put it into a separate one, in order to retrieve the progress status of submission needed by the paper-progress element.
in the System Management UI: add a loader while a simulation jar is uploading (when Upload button is clicked)
The text was updated successfully, but these errors were encountered: