示例#1
0
 def createPanelConfig(self):
     try:
         if panelutils.isConfigured() == 1 and self.panel:
             if self.technology == "AGENT":
                 panelutils.createAgentButton(self)
             else:
                 panelutils.createExtButton(self)
     except AttributeError:
         pass
示例#2
0
	def createPanelConfig(self):
		try:
			if panelutils.isConfigured() == 1 and self.panel:
				panelutils.createExtButton(self)
		except AttributeError:
			pass