Beispiel #1
0
 def __init__(self, component):
     UISection.__init__(self, component, "Settings", "settingsButtonIcon")
     self.putChild("Controller", ControllerRes(self.component))
     dirRes = DirectoriesRes(self.component)
     self.putChild("Directories", dirRes)
     dirRes.putChild("DirectoryInfo", DirectoryInfoRes(self.component))
     self.putChild("CaptivePortal", CaptivePortalRes(self.component))
     self.putChild("DHCP", DhcpRes(self.component))
     self.putChild("Logs", LogRes(self.component))
Beispiel #2
0
 def __init__(self, component):
     UISection.__init__(self, component, "Settings", "settingsButtonIcon")
     self.putChild("Controller", ControllerRes(self.component))
     dirRes = DirectoriesRes(self.component)
     self.putChild("Directories", dirRes)
     dirRes.putChild("DirectoryInfo", DirectoryInfoRes(self.component))
     self.putChild("CaptivePortal", CaptivePortalRes(self.component))
     self.putChild("DHCP", DhcpRes(self.component))
     self.putChild("Logs", LogRes(self.component))
Beispiel #3
0
 def __init__(self, component):
     UISection.__init__(self, component, "WebServiceTest")
Beispiel #4
0
 def __init__(self, component):
     UISection.__init__(self, component, "Reports", "reportsButtonIcon")
Beispiel #5
0
 def __init__(self, component, persistent):
     if persistent:
         self.dbname = "cdb"
     else:
         self.dbname = "ndb"
     UISection.__init__(self, component, self.dbname.upper() + "Explorer")
Beispiel #6
0
 def __init__(self, component, persistent):
     if persistent:
         self.dbname = "cdb"
     else:
         self.dbname = "ndb"
     UISection.__init__(self, component, self.dbname.upper()+"Explorer")
Beispiel #7
0
 def __init__(self, component):
     UISection.__init__(self, component, "Reports", "reportsButtonIcon")
Beispiel #8
0
 def __init__(self, component):
     UISection.__init__(self, component, "PolicyDebug")
     self.policy = component.resolve(str(sepl.policy.PyPolicyComponent))
     self.dpsrc = self.inport = self.dlsrc = self.dldst = self.nwsrc = self.nwdst = ''
     self.args = ['nwdst', 'dldst', 'nwsrc', 'dlsrc', 'inport', 'dpsrc']
Beispiel #9
0
 def __init__(self, component):
     UISection.__init__(self, component, "Policy", "policyButtonIcon")
     self.putChild("QuickSetup", QuickSetupRes(self.component))
     self.putChild("Rules", RulesRes(self.component))
     self.putChild("HostAuthRules", HostAuthRes(self.component))
     self.putChild("UserAuthRules", UserAuthRes(self.component))
Beispiel #10
0
 def __init__(self, component):
     UISection.__init__(self, component, "Help", "helpButtonIcon")
Beispiel #11
0
 def __init__(self, component):
     UISection.__init__(self, component, "ResTrackerDebug")
     self.rt = component.resolve(str(pyrestracker))