From 9a94e0095a51981cc668ac0269667a307c45923c Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 11 Jan 2012 09:49:53 +0100 Subject: add network_monitor --- sublab_project/templates/base.html | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'sublab_project/templates') diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index ccca784..41b7d59 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -1,3 +1,4 @@ +{% load host_status %} @@ -13,9 +14,6 @@ {# #} - - - {% block feeds %} @@ -92,28 +90,13 @@
- - + {% host_status 'taifun' %} - - + {% host_status 'trieste' %} - - + {% host_status 'nautilus' %}
- Taifun: - - Online  Offline -
- Trieste: - - Online  Offline -
- Nautilus: - - Online  Offline -
-- cgit v1.2.1