Skip to content

Commit

Permalink
Making modify usage report params modal
Browse files Browse the repository at this point in the history
Link action was opening a base level page. Changed to load modal.
Extra benefit of not reloading the table (which takes a long time)
when the user cancels and does not change any parameters.

Change-Id: I9cc1bd08c5555897481b732e4f8ce8e47cf78f2e
Closes-Bug: #1419150
  • Loading branch information
dklyle committed Feb 6, 2015
1 parent a86b6c7 commit e637c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_dashboard/dashboards/admin/metering/tables.py
Expand Up @@ -25,7 +25,7 @@ class ModifyUsageReportParameters(tables.LinkAction):
name = "create"
verbose_name = _("Modify Usage Report Parameters")
url = "horizon:admin:metering:create"
classes = ("btn-create",)
classes = ("ajax-modal",)
icon = "edit"


Expand Down

0 comments on commit e637c0f

Please sign in to comment.