8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bdf37b + bb6a8ef commit da292f2Copy full SHA for da292f2
src/javacore_analyser/templates/index.html
@@ -1,6 +1,6 @@
1
<!DOCTYPE html>
2
<!--
3
-# Copyright IBM Corp. 2024 - 2024
+# Copyright IBM Corp. 2024 - 2025
4
# SPDX-License-Identifier: Apache-2.0
5
-->
6
@@ -15,10 +15,12 @@
15
<body>
16
<h1>Javacore Analyser</h1>
17
18
- <h2>Generate report:</h2>
+ <h1>Generate report:</h1>
19
<form action="/upload" method="post" enctype="multipart/form-data">
20
<ol>
21
- <li>Choose archive (zip, 7z, tgz, bz2) file or multiple javacore files:
+ <li>One or more javacores;</br>
22
+ zero or more verbose.gc files;</br>
23
+ Note: files can be either individual or in an archive
24
<input type="file" name="files" multiple required>
25
</li>
26
<li>Give the name for your report: <input type="text" id="report_name" name="report_name" required></li>
0 commit comments