Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 41 | Revision 56 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 41 Revision 52
Zeile 20... Zeile 20...
20
        $('#content').load("tac.php");
20
        $('#content').load("tac.php");
21
    }
21
    }
22
    function load_hgs()
22
    function load_hgs()
23
    {
23
    {
24
        $('#content').html('Loading...');
24
        $('#content').html('Loading...');
25
        $('#content').load("hgs.php");
25
        $('#content').load("hostgroups.php?mode=summary");
26
    }
26
    }
27
    function load_hgg()
27
    function load_hgg()
28
    {
28
    {
29
        $('#content').html('Loading...');
29
        $('#content').html('Loading...');
30
        $('#content').load("hgg.php");
30
        $('#content').load("hostgroups.php?mode=grid");
31
    }
31
    }
32
    function load_sgs()
32
    function load_sgs()
33
    {
33
    {
34
        $('#content').html('Loading...');
34
        $('#content').html('Loading...');
35
        $('#content').load("sgs.php");
35
        $('#content').load("servicegroups.php?mode=summary");
36
    }
36
    }
37
    function load_sgg()
37
    function load_sgg()
38
    {
38
    {
39
        $('#content').html('Loading...');
39
        $('#content').html('Loading...');
40
        $('#content').load("sgg.php");
40
        $('#content').load("servicegroups.php?mode=grid");
41
    }
41
    }
42
});
42
});
43
43