diff --git a/src/ansiblecmdb/data/tpl/html_fancy.tpl b/src/ansiblecmdb/data/tpl/html_fancy.tpl index efa631c..04db5a5 100644 --- a/src/ansiblecmdb/data/tpl/html_fancy.tpl +++ b/src/ansiblecmdb/data/tpl/html_fancy.tpl @@ -30,7 +30,7 @@ if host_details is False: %> <% html_header("Ansible Overview", local_js, res_url) %> -<% html_header_bar("Host overview") %> +<% html_header_bar("Host Overview") %> <% html_col_toggles(cols) %> <% html_host_overview(cols, hosts, skip_empty=skip_empty, link_type=link_type) %> % if host_details is True: diff --git a/src/ansiblecmdb/data/tpl/html_fancy_split_overview.tpl b/src/ansiblecmdb/data/tpl/html_fancy_split_overview.tpl index a4217a7..c32d491 100644 --- a/src/ansiblecmdb/data/tpl/html_fancy_split_overview.tpl +++ b/src/ansiblecmdb/data/tpl/html_fancy_split_overview.tpl @@ -30,7 +30,7 @@ if host_details is False: %> <% html_header("Ansible Overview", local_js, res_url) %> -<% html_header_bar("Host overview") %> +<% html_header_bar("Host Overview") %> <% html_col_toggles(cols) %> <% html_host_overview(cols, hosts, skip_empty=skip_empty, link_type=link_type) %>