mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Add temporary link to change priority page
Lets you get to the new page without having to think about the design of the existing index page.
This commit is contained in:
@@ -12,6 +12,8 @@ Providers
|
||||
|
||||
<h2 class="heading-medium">SMS</h2>
|
||||
|
||||
<a href="{{ url_for('main.edit_sms_provider_ratio') }}">Change priority</a>
|
||||
|
||||
{% call(item, row_number) list_table(
|
||||
domestic_sms_providers,
|
||||
caption="Domestic SMS providers",
|
||||
@@ -21,7 +23,7 @@ Providers
|
||||
field_headings_visible=True
|
||||
) %}
|
||||
|
||||
{{ link_field(item.display_name, url_for('main.view_provider', provider_id=item.id)) }}
|
||||
{{ text_field(item.display_name) }}
|
||||
|
||||
{{ text_field(item.priority) }}
|
||||
|
||||
@@ -37,8 +39,6 @@ Providers
|
||||
|
||||
{{ optional_text_field(item.created_by_name, default='None') }}
|
||||
|
||||
{{ link_field('change', url_for('main.edit_provider', provider_id=item.id)) }}
|
||||
|
||||
{% endcall %}
|
||||
|
||||
<h2 class="heading-medium">Email</h2>
|
||||
|
||||
Reference in New Issue
Block a user