diff --git a/libraries/classes/Controllers/Server/DatabasesController.php b/libraries/classes/Controllers/Server/DatabasesController.php index b378c52f96..90156d1c7b 100644 --- a/libraries/classes/Controllers/Server/DatabasesController.php +++ b/libraries/classes/Controllers/Server/DatabasesController.php @@ -394,6 +394,7 @@ class DatabasesController extends AbstractController $database['SCHEMA_NAME'], true ), + 'is_pmadb' => $database['SCHEMA_NAME'] === $cfg['Server']['pmadb'], 'url' => $url, ]; $collation = Charsets::findCollationByName( diff --git a/templates/server/databases/index.twig b/templates/server/databases/index.twig index 760452a38f..6b5c3814c2 100644 --- a/templates/server/databases/index.twig +++ b/templates/server/databases/index.twig @@ -169,13 +169,13 @@
{% for database in databases %} -