- Implemented `ops-view-logs` for displaying and filtering logs with streaming capabilities. - Created `ops-view-overview` to show server, email, DNS statistics, and charts. - Developed `ops-view-security` for monitoring security metrics, blocked IPs, and authentication attempts. - Added `ops-view-stats` to present comprehensive statistics on server, email, DNS, and security metrics. - Introduced shared styles and components including `ops-sectionheading` for consistent UI.
12 lines
286 B
TypeScript
12 lines
286 B
TypeScript
// @design.estate scope
|
|
import * as deesElement from '@design.estate/dees-element';
|
|
import * as deesCatalog from '@design.estate/dees-catalog';
|
|
|
|
export {
|
|
deesElement,
|
|
deesCatalog
|
|
}
|
|
|
|
// domtools gives us TypedRequest and other utilities
|
|
export const domtools = deesElement.domtools;
|