Implements old RRD files deletion (frontend + partial backend)

This commit is contained in:
Simone Mainardi 2017-10-04 19:39:32 +02:00
parent 5ebfb6f01c
commit a99c7a9544
11 changed files with 117 additions and 6 deletions

View file

@ -107,6 +107,9 @@ local menu_subpages = {
}, minute_top_talkers_retention = {
title = i18n("prefs.minute_top_talkers_retention_title"),
description = i18n("prefs.minute_top_talkers_retention_description"),
}, rrd_files_retention = {
title = i18n("prefs.rrd_files_retention_title"),
description = i18n("prefs.rrd_files_retention_description"),
}, mysql_retention = {
title = i18n("prefs.mysql_retention_title"),
description = i18n("prefs.mysql_retention_description"),