summaryrefslogtreecommitdiffstats
path: root/lib_subgraphs.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
commit7194b691d333f8eb3c4eead3209428f98b80ed1f (patch)
treecce76a0d83057f99e7bb04c72ae57823251081d4 /lib_subgraphs.py
parent7eccf40188a2326bec49d67f92ce0ca3d8919cec (diff)
downloadcluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.gz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.xz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.zip
Move invisible elements to lib_$class.py
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib_subgraphs.py')
-rw-r--r--lib_subgraphs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib_subgraphs.py b/lib_subgraphs.py
index fd233b0..c374274 100644
--- a/lib_subgraphs.py
+++ b/lib_subgraphs.py
@@ -10,6 +10,12 @@ from lib import LibSubgraph
from lib_attributes import *
+class SubgraphInvisible(LibSubgraph):
+ defaults = dict((
+ STYLE.invis,
+ ))
+
+
class SubgraphImportant(LibSubgraph):
defaults = dict((
FILLCOLOR('#eaeaea'),