Add favicon to table, summ,ary and details webpages

This commit is contained in:
2025-09-04 19:28:36 +01:00
parent b070554fdd
commit 88bc38adf3
5 changed files with 9 additions and 2 deletions

View File

@@ -227,6 +227,8 @@ $conn->close();
<meta charset="UTF-8">
<title>Log details for PID <?= e($pid) ?> (record <?= e($id) ?>)</title>
<link rel="stylesheet" type="text/css" href="css/mailstats.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="mailstats-detail">

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -200,6 +200,7 @@ function generateLogDataTable($logData) {
<meta charset="UTF-8">
<title>Summary Logs</title>
<link rel="stylesheet" type="text/css" href="css/mailstats.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="mailstats-summary">

View File

@@ -3,6 +3,7 @@
<meta charset="utf-8">
<title>SMEServer Mailstats</title>
<link rel='stylesheet' type='text/css' href='css/mailstats.css' />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Check links -->
<!--css here-->
</head>

View File

@@ -6,7 +6,7 @@ Summary: Daily mail statistics for SME Server
%define name smeserver-mailstats
Name: %{name}
%define version 11.1
%define release 5
%define release 6
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -90,6 +90,9 @@ usermod -aG systemd-journal www
/sbin/ldconfig
%changelog
* Thu Sep 04 2025 Brian Read <brianr@koozali.org> 11.1-6.sme
- Add favicon to mailstats table, summary and detailed pages [SME: 13121]
* Tue Sep 02 2025 Brian Read <brianr@koozali.org> 11.1-5.sme
- Speed up Journal access [SME: 13121]
- Fix missing blacklist URL [SME: 13121]
@@ -181,4 +184,4 @@ usermod -aG systemd-journal www
- Add Update event to createlinks Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]
* Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme
- Initial version
- Initial version