Add tests for error handling in backup, notification, and proxy host handlers; enhance certificate service with persistence tests; refactor backup service for scheduled backups; improve frontend form handling and add API tests for certificates, domains, and proxy hosts; implement frontend test coverage script.

This commit is contained in:
Wikid82
2025-11-24 03:52:37 +00:00
parent b0f5466967
commit 9f54438955
17 changed files with 670 additions and 294 deletions

View File

@@ -304,10 +304,11 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor
</div>
)}
<div>
<label className="block text-sm font-medium text-gray-300 mb-2">
<label htmlFor="domain-names" className="block text-sm font-medium text-gray-300 mb-2">
Domain Names (comma-separated)
</label>
<input
id="domain-names"
type="text"
required
value={formData.domain_names}