From 37a24e2afcb2aae4b09c98281fd413c5621854c6 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 16 Jul 2015 10:57:03 +0800 Subject: [PATCH] Remove unnecessary executable permission Bunch of horizon source code files are marked as executable which is not appropriate, this patch just 'chmod -x' to all of them. Closes-Bug: 1468564 Change-Id: Ieadc839bc47599dbcd1a784127fcde9cf8f45bf4 --- horizon/static/framework/widgets/action-list/action-list.scss | 0 horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js | 0 .../admin/flavors/templates/flavors/_update_metadata.html | 0 .../admin/flavors/templates/flavors/update_metadata.html | 0 openstack_dashboard/dashboards/project/firewalls/forms.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 horizon/static/framework/widgets/action-list/action-list.scss mode change 100755 => 100644 horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js mode change 100755 => 100644 openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update_metadata.html mode change 100755 => 100644 openstack_dashboard/dashboards/admin/flavors/templates/flavors/update_metadata.html mode change 100755 => 100644 openstack_dashboard/dashboards/project/firewalls/forms.py diff --git a/horizon/static/framework/widgets/action-list/action-list.scss b/horizon/static/framework/widgets/action-list/action-list.scss old mode 100755 new mode 100644 diff --git a/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js b/horizon/static/horizon/lib/jquery/jquery.bootstrap.wizard.js old mode 100755 new mode 100644 diff --git a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update_metadata.html b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update_metadata.html old mode 100755 new mode 100644 diff --git a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/update_metadata.html b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/update_metadata.html old mode 100755 new mode 100644 diff --git a/openstack_dashboard/dashboards/project/firewalls/forms.py b/openstack_dashboard/dashboards/project/firewalls/forms.py old mode 100755 new mode 100644