diff --git a/netbox/core/tests/test_views.py b/netbox/core/tests/test_views.py index 82838a576..27593dc9b 100644 --- a/netbox/core/tests/test_views.py +++ b/netbox/core/tests/test_views.py @@ -373,6 +373,7 @@ class SystemTestCase(TestCase): self.assertIn('plugins', data) self.assertIn('config', data) self.assertIn('objects', data) + self.assertIn('db_schema', data) def test_system_view_with_config_revision(self): ConfigRevision.objects.create() diff --git a/netbox/templates/core/system.html b/netbox/templates/core/system.html index 8dc897f2e..598989ef9 100644 --- a/netbox/templates/core/system.html +++ b/netbox/templates/core/system.html @@ -210,22 +210,18 @@ {# Tables grouped by app prefix #} - {% for group in db_schema_groups %}
-

+

@@ -235,11 +231,12 @@