summaryrefslogtreecommitdiffstats
path: root/webui_templates/empty.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/empty.tmpl')
-rw-r--r--webui_templates/empty.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/webui_templates/empty.tmpl b/webui_templates/empty.tmpl
index 7a76ddad..9f6d6725 100644
--- a/webui_templates/empty.tmpl
+++ b/webui_templates/empty.tmpl
@@ -1,5 +1,9 @@
#extends cobbler.webui.master
#block body
+#if $getVar('search','') == ''
No items found. Add some using the links on the left.
+#else
+No matches found.
+#end if
#end block body