mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Add GDS metrics package to admin app
Follows the code from the API
This commit is contained in:
@@ -28,7 +28,7 @@ class Navigation:
|
||||
def endpoints_without_navigation(self):
|
||||
return tuple(
|
||||
self._get_endpoint_with_blueprint(endpoint) for endpoint in self.exclude
|
||||
) + ('static', 'status.show_status')
|
||||
) + ('static', 'status.show_status', 'metrics')
|
||||
|
||||
def is_selected(self, navigation_item):
|
||||
if request.endpoint in self.mapping[navigation_item]:
|
||||
|
||||
Reference in New Issue
Block a user