added top

This commit is contained in:
Johannes Findeisen 2020-03-17 21:34:41 +01:00
commit 1b00f35cb6

View file

@ -32,6 +32,6 @@ generate_index() {
generate_index > "$output"/index.html
#fi
for type in hours days months summary hsummary vsummary; do
for type in hours days top months summary hsummary vsummary; do
vnstati --${type} -i $nic -o $output/${type}.png
done