Add missing include template in admin migrate host form
If migrate host action missing "ajax-modal", it will can not find "_migrate_host.html" Change-Id: Ide8db6dd4b1a46565eefdaf3d08470f450ee3a83 Closes-bug: #1682114
This commit is contained in:
parent
c88d5c1de3
commit
f713bfb82b
@ -2,4 +2,6 @@
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "Migrate Host" %}{% endblock %}
|
||||
|
||||
{% block main %}{% endblock %}
|
||||
{% block main %}
|
||||
{% include 'admin/hypervisors/compute/_migrate_host.html' %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user