Skip to content

Commit

Permalink
Fix #28 Simplify web
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Nov 13, 2024
1 parent e9936d5 commit 8424320
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ <h1>Javacore Analyser</h1>

<h2>Generate report:</h2>
<form action="/upload" method="post" enctype="multipart/form-data">
<br>Report Name: <input type="text" id="report_name" name="report_name" required></br>
<br>Archive file or multiple javacore files: <input type="file" name="files" multiple required> </br>
<br>Choose archive (zip, 7z, tgz, bz2) file or multiple javacore files:
<input type="file" name="files" multiple required> </br>
<br>Give the name for your report: <input type="text" id="report_name" name="report_name" required></br>
<br><input type="submit" value="Run"></br>
<p></p>
<strong>
NOTE: The report generation is expensive operation and might take even few minutes. Please be patient
</strong>
<br><input type="submit" value="Upload"></br>

</form>
<br></br>

Expand Down

0 comments on commit 8424320

Please sign in to comment.