mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Add live/trial flag on platform-admin page
Show 'Live' or 'Trial' under each service to easily identify services
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
{% call field() %}
|
||||
<div>
|
||||
<a href="{{ url_for('main.service_dashboard', service_id=item['id']) }}" class="browse-list-link">{{ item['name'] }}</a>
|
||||
<span class="file-list-hint">
|
||||
{{ 'Trial' if item['restricted'] else 'Live' }}
|
||||
</span>
|
||||
</div>
|
||||
{% endcall %}
|
||||
{% call field(align='right') %}
|
||||
|
||||
Reference in New Issue
Block a user