Update report_generator5.py

This commit is contained in:
SpudGunMan
2024-10-04 14:44:06 -07:00
parent 35492ca88b
commit ae6c94da97
+3 -3
View File
@@ -987,7 +987,7 @@ def generate_sys_hosts_html(system_info):
<title>System Host Information</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; }
h1 { color: #333; }
h1 { color: #00ff00; }
table { border-collapse: collapse; width: 100%; background-color: #d3d3d3; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f2f2f2; }
@@ -1028,7 +1028,7 @@ def generate_wall_of_shame_html(shame_info):
<title>Wall Of Shame</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; }
h1 { color: #333; }
h1 { color: #00ff00; }
table { border-collapse: collapse; width: 100%; background-color: #d3d3d3; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f2f2f2; }
@@ -1058,7 +1058,7 @@ def generate_database_html(database_info):
<title>Database Information</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; }
h1 { color: #333; }
h1 { color: #00ff00; }
table { border-collapse: collapse; width: 100%; background-color: #d3d3d3; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f2f2f2; }