feat: Integrate NotifyProvider into App component and update ASNs, Domains, and IPRanges managers to display S3MetaBar with improved comments for clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m41s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m41s
This commit is contained in:
@@ -563,7 +563,7 @@ function IPRangesManager() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<S3MetaBar keys={["ipRanges"]} />
|
||||
{/* Мета-информация будет показана внизу карточки */}
|
||||
<div className="table-responsive">
|
||||
<table className="table card-table table-vcenter table-nowrap mb-0">
|
||||
<thead>
|
||||
@@ -662,21 +662,7 @@ function IPRangesManager() {
|
||||
</ul>
|
||||
</div>
|
||||
)}
|
||||
{(etag || lastModified || contentLength !== null) && (
|
||||
<div className="card-footer">
|
||||
<div className="d-flex flex-wrap gap-2 align-items-center small">
|
||||
<span className="badge bg-blue-lt text-blue d-inline-flex align-items-center">
|
||||
<IconHash size={14} className="me-1" /> {etag || '—'}
|
||||
</span>
|
||||
<span className="badge bg-blue-lt text-blue d-inline-flex align-items-center">
|
||||
<IconClock size={14} className="me-1" /> {lastModified || '—'}
|
||||
</span>
|
||||
<span className="badge bg-blue-lt text-blue d-inline-flex align-items-center">
|
||||
<IconFileText size={14} className="me-1" /> {(contentLength ?? '—') + (contentLength !== null ? ' байт' : '')}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<S3MetaBar keys={["ipRanges"]} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user