mirror of https://github.com/openspug/spug
fix issue
parent
5f61cf6d7a
commit
7d333ee866
|
@ -134,7 +134,6 @@ class RequestDetailView(View):
|
||||||
outputs['local'] = {'id': 'local', 'data': ''}
|
outputs['local'] = {'id': 'local', 'data': ''}
|
||||||
if req.deploy.extend == '2':
|
if req.deploy.extend == '2':
|
||||||
outputs['local'] = {'id': 'local', 'data': f'{human_time()} 读取数据... '}
|
outputs['local'] = {'id': 'local', 'data': f'{human_time()} 读取数据... '}
|
||||||
if req.deploy.extend == '2':
|
|
||||||
response['s_actions'] = json.loads(req.deploy.extend_obj.server_actions)
|
response['s_actions'] = json.loads(req.deploy.extend_obj.server_actions)
|
||||||
response['h_actions'] = json.loads(req.deploy.extend_obj.host_actions)
|
response['h_actions'] = json.loads(req.deploy.extend_obj.host_actions)
|
||||||
if not response['h_actions']:
|
if not response['h_actions']:
|
||||||
|
|
Loading…
Reference in New Issue