Merge "Modify the 'Attach To Session' form to 'Bootstrap Modal'"

This commit is contained in:
Jenkins 2017-03-08 14:22:13 +00:00 committed by Gerrit Code Review
commit 0a49ff6b97
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ObjectFilterAction(tables.FilterAction):
class AttachJobToSession(tables.LinkAction):
name = "attach_job_to_session"
verbose_name = _("Attach To Session")
classes = ("ajax-modal")
classes = ("ajax-modal",)
url = "horizon:disaster_recovery:sessions:attach"
def allowed(self, request, instance):