mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
remove service
This commit is contained in:
@@ -73,7 +73,6 @@ def service_dashboard(service_id):
|
|||||||
service_data_retention_days=service_data_retention_days,
|
service_data_retention_days=service_data_retention_days,
|
||||||
sms_sent=sms_sent,
|
sms_sent=sms_sent,
|
||||||
sms_allowance_remaining=sms_allowance_remaining,
|
sms_allowance_remaining=sms_allowance_remaining,
|
||||||
service_id=service_id,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
{% set notification = job.notifications[0] %}
|
{% set notification = job.notifications[0] %}
|
||||||
<tr id="{{ job.id }}">
|
<tr id="{{ job.id }}">
|
||||||
<td class="table-field jobid" role="rowheader">
|
<td class="table-field jobid" role="rowheader">
|
||||||
<a class="usa-link" href="{{ url_for('.view_job', service_id=service_id, job_id=job.id )}}">
|
<a class="usa-link" href="{{ url_for('.view_job', service_id=current_service.id, job_id=job.id )}}">
|
||||||
{{ job.id[:8] if job.id else 'Manually entered number' }}
|
{{ job.id[:8] if job.id else 'Manually entered number' }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user