aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/cpuusage.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/cpuusage.html')
-rw-r--r--lib/srtgui/templates/cpuusage.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/srtgui/templates/cpuusage.html b/lib/srtgui/templates/cpuusage.html
new file mode 100644
index 00000000..02f07b76
--- /dev/null
+++ b/lib/srtgui/templates/cpuusage.html
@@ -0,0 +1,4 @@
+{% extends "basebuildpage.html" %}
+{% block localbreadcrumb %}
+<li>Cpu Usage</li>
+{% endblock %}