Project

General

Profile

Revision e71a38ac

IDe71a38acac8863e7ff19b85e7cc85b7b70d1ef3c
Parent 4c15dda3
Child 7c9baa43

Added by Francois POIROTTE over 13 years ago

Ajout d'un filtre pour éviter l'affichage de TOUS les graphes possibles et imaginables.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@5074 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/controllers/rpc.py
681 681
                (Host, Host.idhost == PerfDataSource.idhost),
682 682
                (SUPITEM_GROUP_TABLE, SUPITEM_GROUP_TABLE.c.idsupitem == \
683 683
                    Host.idhost),
684
            )
684
            ).filter(Host.name == host)
685 685

  
686 686
        # Les managers ont accès à tout.
687 687
        # Les autres ont un accès restreint.

Also available in: Unified diff