bug #873216: Fixing ajax refresh for instance view.
Change-Id: I2ecf9b7a07f0a8df5f34d14966c61ed3b803e081
This commit is contained in:
@@ -153,7 +153,7 @@ def refresh(request, tenant_id):
|
|||||||
reboot_form = RebootInstance()
|
reboot_form = RebootInstance()
|
||||||
|
|
||||||
return shortcuts.render_to_response(
|
return shortcuts.render_to_response(
|
||||||
'django_openstack/dash/instances/_instance_list.html', {
|
'django_openstack/dash/instances/_list.html', {
|
||||||
'instances': instances,
|
'instances': instances,
|
||||||
'terminate_form': terminate_form,
|
'terminate_form': terminate_form,
|
||||||
'reboot_form': reboot_form,
|
'reboot_form': reboot_form,
|
||||||
|
Reference in New Issue
Block a user