From e9dd1647193fe4e55392fa7f84afa5c470f59f55 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Wed, 22 Jul 2009 17:40:18 +0200 Subject: [PATCH] Fixed header on cluster page. --- www/pages/cluster/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/cluster/__init__.py b/www/pages/cluster/__init__.py index ddd36947..02acbc1d 100644 --- a/www/pages/cluster/__init__.py +++ b/www/pages/cluster/__init__.py @@ -9,7 +9,7 @@ class Content(web.Content): web.Content.__init__(self) def __call__(self, lang): - ret = """

Icecream Cluster Monitoring

+ ret = """

Icecream Cluster Monitoring

Cluster's CPU load: - Job load:

-- 2.47.3