Add favicon to table, summ,ary and details webpages
This commit is contained in:
@@ -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">
|
||||
|
BIN
root/opt/mailstats/html/favicon.ico
Normal file
BIN
root/opt/mailstats/html/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user