Exemplo n.º 1
0
 def __init__(self, row, action, **args):
     fields = ['name', 'isp', 'connection', 'ip', 'static', 'serviced']
     RecordTable.__init__(self, fields, 'locationid', action, row, **args)
Exemplo n.º 2
0
 def __init__(self, row, action, **args):
     fields = ['client']
     RecordTable.__init__(self, fields, 'clientid', action, row, **args)
Exemplo n.º 3
0
 def __init__(self, row, action, **args):
     fields = ['name', 'email', 'description']
     RecordTable.__init__(self, fields, 'contactid', action, row, **args)