##// END OF EJS Templates
export function modificated...
Fiorella Quino -
r242:0529be61e72b
parent child
Show More
@@ -239,6 +239,7 class ABSConfiguration(Configuration):
239 239
240 240 parameters['device_id'] = self.device.id
241 241 parameters['name'] = self.name
242 parameters['device_type'] = self.device.device_type.name
242 243 parameters['beams'] = {}
243 244
244 245 beams = ABSBeam.objects.filter(abs_conf=self)
General Comments 0
You need to be logged in to leave comments. Login now