Domains and Inbound keep the add field in the list card. The DMARC candidate hub drills into a domain roll-up and a parsed aggregate report, including a third-party fail. The running panel is unchanged. Co-Authored-By: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,21 +11,16 @@
|
||||
<body class="page-domains" data-page="domains" data-nav="domains" data-title="Domains">
|
||||
<main class="stack">
|
||||
<div class="page-head"><h1>Domains</h1></div>
|
||||
<div class="measure g-only">
|
||||
<div class="fill">
|
||||
<div class="card">
|
||||
<h2>Add a sending domain</h2>
|
||||
<form action="#" onsubmit="return false;">
|
||||
<label for="dname">Domain</label>
|
||||
<h2>Domains</h2>
|
||||
<form class="measure g-only" action="#" onsubmit="return false;">
|
||||
<label for="dname">Add a sending domain</label>
|
||||
<div class="input-row">
|
||||
<input id="dname" placeholder="example.com" autocomplete="off">
|
||||
<button type="button">Add domain</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fill">
|
||||
<div class="card">
|
||||
<h2>Domains</h2>
|
||||
<table class="desk-only">
|
||||
<thead><tr><th>Domain</th><th>DNS</th><th>Selector</th><th>Apps</th><th></th></tr></thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user