From 4b3157a576c12179cd5d775fffbfb75b51fff7d5 Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Wed, 20 Jul 2016 17:01:55 +0900 Subject: [PATCH] [Trivial]Fix the number that failed to delete in swift When deleting multiple folders in ng-container and some folders can't delete, the number of failures displayed on modal is incorrect. At the moment, the number of all folders targeted is displayed. Change-Id: If3e057f775de37a15aa65cce3b4b536cccef1a1e Closes-Bug: #1604709 --- .../dashboard/project/containers/delete-objects-modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html b/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html index efe323c15c..d62dacce05 100644 --- a/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html +++ b/openstack_dashboard/dashboards/project/static/dashboard/project/containers/delete-objects-modal.html @@ -20,7 +20,7 @@

- Encountered {$ ctrl.model.counted.folders $} failures. + Encountered {$ ctrl.model.deleted.failures $} failures.