Sync
This commit is contained in:
parent
8163483591
commit
91c9cc43ec
@ -142,10 +142,6 @@ class UpdateServiceRow(tables.Row):
|
||||
def get_data(self, request, service_id):
|
||||
link = request.__dict__['META']['HTTP_REFERER']
|
||||
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]
|
||||
|
||||
LOG.critical('////////////////')
|
||||
LOG.critical(datacenter_id)
|
||||
LOG.critical('////////////////')
|
||||
|
||||
return api.windc.services_get(request, datacenter_id, service_id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user