Updated Edit Domain and Certificates to match the tabing in the add modal

This commit is contained in:
johnnyq
2024-03-27 14:53:15 -04:00
parent 2012a80fe5
commit 76cce6ac23
3 changed files with 135 additions and 94 deletions

View File

@@ -19,6 +19,9 @@
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#pills-records">Records</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#pillsEditNotes">Notes</a>
</li>
</ul>
<hr>
@@ -79,11 +82,6 @@
</div>
</div>
<div class="form-group">
<label>Notes</label>
<textarea class="form-control" id="editDomainNotes" name="notes" rows="3" placeholder="Enter some notes"></textarea>
</div>
</div>
<div class="tab-pane fade" id="pills-records">
@@ -140,6 +138,12 @@
</div>
<div class="tab-pane fade" id="pillsEditNotes">
<div class="form-group">
<textarea class="form-control" id="editDomainNotes" name="notes" rows="12" placeholder="Enter some notes"></textarea>
</div>
</div>
</div>
</div>