Improve test display in some circonstancies
This commit is contained in:
parent
4bbba66a81
commit
7ed347c86e
9 changed files with 118 additions and 77 deletions
|
|
@ -102,7 +102,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{test ? `Test ${test.id.slice(0, 7)} - happyDeliver` : "Loading..."}</title>
|
||||
<title>{report ? `Test of ${report.dns_results.from_domain} ${report.test_id.slice(0, 7)}` : (test ? `Test ${test.id.slice(0, 7)}` : "Loading...")} - happyDeliver</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="container py-5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue