diff --git a/src/localization/en.json b/src/localization/en.json index 7dfe6f4e..3fd96efe 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -117,7 +117,9 @@ "instance": "Instance Widget", "config": { "filters": "Event Types", - "columns": "Columns" + "columns": "Columns", + "show_detail": "Show Detail", + "show_type": "Show Type" }, "no_data": "No data", "unknown_world": "Unknown World", diff --git a/src/views/Dashboard/components/DashboardPanel.vue b/src/views/Dashboard/components/DashboardPanel.vue index 01788ad5..03cb25a3 100644 --- a/src/views/Dashboard/components/DashboardPanel.vue +++ b/src/views/Dashboard/components/DashboardPanel.vue @@ -10,7 +10,7 @@
-
+
{{ panelLabel || t('dashboard.panel.not_selected') }}
@@ -40,14 +40,14 @@ type="checkbox" :checked="panelConfig.showDetail || false" @change="toggleBooleanConfig('showDetail')" /> - Show Detail + {{ t('dashboard.widget.config.show_detail') }}