summaryrefslogtreecommitdiffstats
path: root/webui_templates/empty.tmpl
blob: 9f6d6725adef2871e99f8a411d6c42d55afd32ea (plain)
1
2
3
4
5
6
7
8
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