Merge "Modify the 'Attach To Session' form to 'Bootstrap Modal'"
This commit is contained in:
commit
0a49ff6b97
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user