From f891aa0402ced581e5cd60fb4af40cffebb8d55b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 2 Mar 2018 00:01:54 +0100 Subject: [PATCH] Fix unix rights of svg files Some svg files are executable. Fix this. Change-Id: I4e49bbcf5b430b0bd19860f3c3842586659ea2be --- .../template_generator/css/img/icons/file-text-o.svg | 0 .../heat_dashboard/template_generator/css/img/icons/floppy-o.svg | 0 .../template_generator/css/img/icons/ic_close_24px.svg | 0 .../heat_dashboard/template_generator/css/img/icons/trash.svg | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/file-text-o.svg mode change 100755 => 100644 heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/floppy-o.svg mode change 100755 => 100644 heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_close_24px.svg mode change 100755 => 100644 heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/trash.svg diff --git a/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/file-text-o.svg b/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/file-text-o.svg old mode 100755 new mode 100644 diff --git a/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/floppy-o.svg b/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/floppy-o.svg old mode 100755 new mode 100644 diff --git a/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_close_24px.svg b/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_close_24px.svg old mode 100755 new mode 100644 diff --git a/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/trash.svg b/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/trash.svg old mode 100755 new mode 100644