feat: improve 'download diagnosis report' ui
- Use `<label>`. - Switch the order to ensure the action button is the last item in the form. - Rename seconds to duration. - Set `type="number"` to the duration input field.
This commit is contained in:
parent
ebe6ebe3f3
commit
ba8ebcbd68
2 changed files with 8 additions and 8 deletions
|
@ -3464,6 +3464,7 @@ monitor.process = Running Processes
|
|||
monitor.stacktrace = Stacktrace
|
||||
monitor.processes_count = %d Processes
|
||||
monitor.download_diagnosis_report = Download diagnosis report
|
||||
monitor.duration = Duration (s)
|
||||
monitor.desc = Description
|
||||
monitor.start = Start Time
|
||||
monitor.execute_time = Execution Time
|
||||
|
@ -3921,6 +3922,4 @@ filepreview.lines = Lines %[1]d to %[2]d in %[3]s
|
|||
filepreview.truncated = Preview has been truncated
|
||||
|
||||
[translation_meta]
|
||||
test = This is a test string. It is not displayed in Forgejo UI but is used for testing purposes. Feel free to enter "ok" to save time (or a fun fact of your choice) to hit that sweet 100% completion mark :)
|
||||
|
||||
|
||||
test = This is a test string. It is not displayed in Forgejo UI but is used for testing purposes. Feel free to enter "ok" to save time (or a fun fact of your choice) to hit that sweet 100% completion mark :)
|
Loading…
Add table
Add a link
Reference in a new issue