Subversion-Projekte lars-tiefland.nagios-php

Revision

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

Revision 52 Revision 56
Zeile 7... Zeile 7...
7
            "header": "ui-icon-plus",
7
            "header": "ui-icon-plus",
8
            "headerSelected": "ui-icon-minus"
8
            "headerSelected": "ui-icon-minus"
9
        }
9
        }
10
    });
10
    });
11
    $('#tac').click(load_tac);
11
    $('#tac').click(load_tac);
-
 
12
    $('#hgo').click(load_hgo);
12
    $('#hgs').click(load_hgs);
13
    $('#hgs').click(load_hgs);
13
    $('#hgg').click(load_hgg);
14
    $('#hgg').click(load_hgg);
-
 
15
    $('#sgo').click(load_sgo);
14
    $('#sgs').click(load_sgs);
16
    $('#sgs').click(load_sgs);
15
    $('#sgg').click(load_sgg);
17
    $('#sgg').click(load_sgg);
Zeile 16... Zeile 18...
16
 
18
 
17
    function load_tac()
19
    function load_tac()
18
    {
20
    {
19
        $('#content').html('Loading...');
21
        $('#content').html('Loading...');
20
        $('#content').load("tac.php");
22
        $('#content').load("tac.php");
-
 
23
    }
-
 
24
    function load_hgo()
-
 
25
    {
-
 
26
        $('#content').html('Loading...');
-
 
27
        $('#content').load("hostgroups.php?mode=overview");
21
    }
28
    }
22
    function load_hgs()
29
    function load_hgs()
23
    {
30
    {
24
        $('#content').html('Loading...');
31
        $('#content').html('Loading...');
25
        $('#content').load("hostgroups.php?mode=summary");
32
        $('#content').load("hostgroups.php?mode=summary");
26
    }
33
    }
27
    function load_hgg()
34
    function load_hgg()
28
    {
35
    {
29
        $('#content').html('Loading...');
36
        $('#content').html('Loading...');
30
        $('#content').load("hostgroups.php?mode=grid");
37
        $('#content').load("hostgroups.php?mode=grid");
-
 
38
    }
-
 
39
    function load_sgo()
-
 
40
    {
-
 
41
        $('#content').html('Loading...');
-
 
42
        $('#content').load("servicegroups.php?mode=overview");
31
    }
43
    }
32
    function load_sgs()
44
    function load_sgs()
33
    {
45
    {
34
        $('#content').html('Loading...');
46
        $('#content').html('Loading...');
35
        $('#content').load("servicegroups.php?mode=summary");
47
        $('#content').load("servicegroups.php?mode=summary");