]> nos-oignons.net Git - website.git/blobdiff - assets/bw_graphs.js
Services : Ajout d'une option pour avoir la bande passante sur 5 ans
[website.git] / assets / bw_graphs.js
index ebfc192d5e6aaa35b7ef7e28da7945c494dcdcbd..6c0f05f72cbc3fe10536fb60432776bf47aec971 100644 (file)
@@ -41,6 +41,7 @@ BwDrawer.periods = [
     { id: "1_month", label: L10n.t_1_month },
     { id: "3_months", label: L10n.t_3_months },
     { id: "1_year", label: L10n.t_1_year },
+    { id: "5_years", label: L10n.t_5_years },
   ];
 
 BwDrawer.extract_values = function(history, interval, minTime, maxTime) {