mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-16 13:06:06 +00:00
Completed first-found updates of the zone remove view.
Tweaked cancel button style and help text on the zone add view.
This commit is contained in:
@ -128,7 +128,7 @@
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
<div class="card-footer">
|
||||
<button type="button" title="Cancel" class="btn btn-danger"
|
||||
<button type="button" title="Cancel" class="btn btn-secondary"
|
||||
onclick="window.location.href='{{ url_for('dashboard.dashboard') }}'">
|
||||
<i class="fa-solid fa-window-close"></i> Cancel
|
||||
</button>
|
||||
@ -145,7 +145,7 @@
|
||||
<div class="col-12 col-sm-6 col-lg-8">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">Zone Field Details</h3>
|
||||
<h3 class="card-title">Zone Editor Help</h3>
|
||||
</div>
|
||||
<!-- /.card-header -->
|
||||
<div class="card-body">
|
||||
|
Reference in New Issue
Block a user