Remove scheduling placeholder from reports overview page
Removed the scheduling placeholder card from the main reports page as scheduling will be configured per individual report instead of having an overarching setting. Changes: - Removed entire scheduling placeholder card (delivery, frequency, recipients) - Updated card header subtitle to reflect that scheduling is per-report - Report definitions table now uses full page width - Cleaner, more focused UI Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
88aead460f
commit
c656751f77
@ -11,18 +11,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-3">
|
||||
<div class="col-12 col-xl-8">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex align-items-center justify-content-between">
|
||||
<div>
|
||||
<div class="fw-semibold">Report definitions</div>
|
||||
<div class="text-muted small">One-time reports are supported. Scheduling is a placeholder for now.</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary" id="rep_refresh_btn">Refresh</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-header d-flex align-items-center justify-content-between">
|
||||
<div>
|
||||
<div class="fw-semibold">Report definitions</div>
|
||||
<div class="text-muted small">Configure reports with custom periods, columns, and optional scheduling.</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary" id="rep_refresh_btn">Refresh</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover mb-0 align-middle">
|
||||
@ -75,52 +73,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-xl-4">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<div class="fw-semibold">Scheduling (placeholder)</div>
|
||||
<div class="text-muted small">This is a preview of the future scheduling UI.</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Delivery method</label>
|
||||
<select class="form-select" disabled>
|
||||
<option selected>Email</option>
|
||||
<option>Download only</option>
|
||||
</select>
|
||||
<div class="form-text">Coming soon.</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Frequency</label>
|
||||
<select class="form-select" disabled>
|
||||
<option selected>Daily</option>
|
||||
<option>Weekly</option>
|
||||
<option>Monthly</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Recipients</label>
|
||||
<input type="text" class="form-control" disabled placeholder="user@example.com, team@example.com" />
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Next run</label>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" disabled placeholder="Not scheduled" />
|
||||
<span class="input-group-text">UTC</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info mb-0">
|
||||
Scheduling is not active yet. These controls are disabled on purpose.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Raw data modal -->
|
||||
<div class="modal fade" id="rep_raw_modal" tabindex="-1" aria-hidden="true">
|
||||
<div class="modal-dialog modal-xl modal-dialog-scrollable">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user