summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/templates
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-01-24 15:45:47 -0600
committerSol Jerome <sol.jerome@gmail.com>2013-01-24 15:46:11 -0600
commit229d21780cb2616b3474fac01533fa51a516bc07 (patch)
tree67c12f4fdca3bc127db8e7a4bca48cbba2317d30 /src/lib/Bcfg2/Reporting/templates
parentc8d93e151ede1b17ca2ad33b6480fd59166ec1a4 (diff)
downloadbcfg2-229d21780cb2616b3474fac01533fa51a516bc07.tar.gz
bcfg2-229d21780cb2616b3474fac01533fa51a516bc07.tar.bz2
bcfg2-229d21780cb2616b3474fac01533fa51a516bc07.zip
Reporting: Fix text size discrepancy in grid view
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/lib/Bcfg2/Reporting/templates')
-rw-r--r--src/lib/Bcfg2/Reporting/templates/clients/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Reporting/templates/clients/index.html b/src/lib/Bcfg2/Reporting/templates/clients/index.html
index 45ba20b86..d9c415c20 100644
--- a/src/lib/Bcfg2/Reporting/templates/clients/index.html
+++ b/src/lib/Bcfg2/Reporting/templates/clients/index.html
@@ -30,6 +30,9 @@
{% endif %}
{% endfor %}
</table>
-{% else %}<p>No client records are available.</p>
+{% else %}
+ <div class='client_list_box'>
+ <p>No client records are available.</p>
+ </div>
{% endif %}
{% endblock %}