Fix column header: Remote Destinations (plural)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ print qq{<div class="card bg-base-100 shadow-sm border border-base-300 mb-6">\n<
|
||||
print qq{<h2 class="card-title text-sm">Active Cron Schedules</h2>\n};
|
||||
if (keys %$schedules) {
|
||||
print qq{<div class="overflow-x-auto rounded-box border border-base-content/5 bg-base-100"><table class="table">\n};
|
||||
print qq{<thead><tr><th>Schedule</th><th>Timing</th><th>Remote Destination</th></tr></thead>\n};
|
||||
print qq{<thead><tr><th>Schedule</th><th>Timing</th><th>Remote Destinations</th></tr></thead>\n};
|
||||
print qq{<tbody>\n};
|
||||
for my $name (sort keys %$schedules) {
|
||||
my $esc_name = GnizaWHM::UI::esc($name);
|
||||
|
||||
Reference in New Issue
Block a user