bug #873216: Fixing ajax refresh for instance view.

Change-Id: I2ecf9b7a07f0a8df5f34d14966c61ed3b803e081
This commit is contained in:
Jake Dahn 2011-11-07 12:33:33 -08:00
parent 7f6f5964d1
commit 91ceb59bae

View File

@ -153,7 +153,7 @@ def refresh(request, tenant_id):
reboot_form = RebootInstance()
return shortcuts.render_to_response(
'django_openstack/dash/instances/_instance_list.html', {
'django_openstack/dash/instances/_list.html', {
'instances': instances,
'terminate_form': terminate_form,
'reboot_form': reboot_form,