From d9b9cc4e6b3abd33cc859f696994ebcb08394447 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 6 May 2026 18:52:48 +0200 Subject: [PATCH] MT#65037 grafana: Rename Database dashboard to SQL DB The name Database is extremely generic and could mean any of the databases we have on the system. Clarify it by saying "SQL DB", which we only have a single implementation of that. Change-Id: Ie23985e6992884434ace8d153ac2e96f2ca0f698 (cherry picked from commit d1173ba6134e85e1b3a959e24a109a65a2e9d114) (cherry picked from commit 40fa75126c69e4877e7c973dc6158d41e6d078a3) --- share/templates/widgets/admin_topmenu_settings.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/widgets/admin_topmenu_settings.tt b/share/templates/widgets/admin_topmenu_settings.tt index fc0681d8d2..1df6a3e1c4 100644 --- a/share/templates/widgets/admin_topmenu_settings.tt +++ b/share/templates/widgets/admin_topmenu_settings.tt @@ -27,7 +27,7 @@
  • [% c.loc('RTP Statistics') %]
  • [% END -%]
  • [% c.loc('SIP Statistics') %]
  • -
  • [% c.loc('DB Statistics') %]
  • +
  • [% c.loc('SQL DB Statistics') %]
  • [% c.loc('KeyValue DB Statistics') %]
  • [% c.loc('VictoriaMetrics Statistics') %]
  • [% c.loc('Kamailio Statistics') %]