mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Responsive updates
This commit is contained in:
@@ -57,36 +57,6 @@
|
||||
</div>
|
||||
<div id="message"></div>
|
||||
|
||||
<!-- <h3 id="total-value" class="margin-y-1"></h3>
|
||||
<div class="chart-container">
|
||||
<div class="bar delivered" id="delivered-bar"></div>
|
||||
<div class="bar pending" id="pending-bar"></div>
|
||||
<div class="bar failed" id="failed-bar"></div>
|
||||
</div>
|
||||
<div class="legend">
|
||||
<div class="legend-item">
|
||||
<button type="button" class="usa-button usa-tooltip legend-color delivered" data-position="bottom"
|
||||
data-classes="width-full tablet:width-auto"
|
||||
title="Delivered means that the message was successfully delivered to the mobile device.">
|
||||
</button>
|
||||
<div class="legend-value" id="delivered-value"></div>
|
||||
</div>
|
||||
<div class="legend-item">
|
||||
<button type="button" class="usa-button usa-tooltip legend-color pending" data-position="bottom"
|
||||
data-classes="width-full tablet:width-auto"
|
||||
title="Pending means that Notify has sent the message, but has not received the delivery status from the carrier. Messages remain in the Pending state until Notify has received the status, typically about five minutes.">
|
||||
</button>
|
||||
<div class="legend-value" id="pending-value"></div>
|
||||
</div>
|
||||
<div class="legend-item">
|
||||
<button type="button" class="usa-button usa-tooltip legend-color failed" data-position="bottom"
|
||||
data-classes="width-full tablet:width-auto"
|
||||
title="Failed means that the carrier could not deliver the message, generally because the phone is unavailable or the number is no longer active.">
|
||||
</button>
|
||||
<div class="legend-value" id="failed-value"></div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<h2 class="margin-top-4 margin-bottom-1">Recent Batches</h2>
|
||||
<div class="table-wrapper">
|
||||
<table class="usa-table usa-table--borderless job-table">
|
||||
|
||||
Reference in New Issue
Block a user