mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Don't show priority for inactive providers
This is consistent with not being able to set it either. I think it's OK to not have a test for this as it's purely cosmetic.
This commit is contained in:
@@ -25,7 +25,7 @@ Providers
|
||||
|
||||
{{ link_field(item.display_name, url_for('main.view_provider', provider_id=item.id)) }}
|
||||
|
||||
{{ text_field(item.priority) }}
|
||||
{{ optional_text_field(item.priority if item.active, default='None') }}
|
||||
|
||||
{{ text_field(item.monthly_traffic) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user