diff --git a/root/tt/dashboard.tt b/root/tt/dashboard.tt
index c87c547..e8a797a 100644
--- a/root/tt/dashboard.tt
+++ b/root/tt/dashboard.tt
@@ -21,8 +21,6 @@
[% even = 0 %]
-
test
-

loading...
[% FOREACH item IN plotdata %]
[% item.title %]

loading...
@@ -72,7 +70,6 @@
}
}
- fname_update(["/rrd/get?path=memory/memory-free.rrd", "/rrd/get?path=memory/memory-cached.rrd"], "plot_test", true);
[% FOREACH item IN plotdata %]
fname_update(["[% item.url %]"], "plot_[% item.name %]", [% item.si ? "true" : "false" %]);
[% END %]