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