Files
nwipe/src
PartialVolume 30015d1be4 Combine duplicated code into function
The fifteen lines of code that creates the header
and footer text in the PDF appear in two separate
places. The first occurrence  in the create_pdf(..)
function and once in the create_header_and_footer(..)
function.

This duplicated code was combined into a third
function pdf_header_footer_text(..) and is now called
from the other functions.

This was done as I need to add some user selectable
changes to the header text that will include host
identification such as system tag, UUID, hostname
without creating further duplicated code.
2025-11-13 21:43:55 +00:00
..
2023-10-20 00:56:35 +02:00
2023-11-01 19:39:43 +00:00
2023-10-12 21:15:31 +02:00
2023-03-08 23:30:14 +00:00
2023-03-10 00:28:31 +00:00
2025-07-27 17:45:11 +08:00
2025-07-27 17:45:11 +08:00
2023-11-03 22:47:29 +01:00
2020-01-05 19:11:24 -05:00
2025-09-19 07:08:47 +02:00
2024-03-21 21:28:06 +00:00
2023-02-28 00:02:01 +00:00
2024-03-20 17:48:55 -03:00
2023-10-22 00:25:01 +01:00