Download this file
1 2 3 4 5 6 7 8 9 10
from django_nav import Nav, NavOption BLACKLIST = ['services',] class ISCSI(NavOption): name = u'ISCSI' type = u'iscsi' icon = u'iSCSIIcon' options = []