Patch has been added to specs by:
> commit
d280d1613b5d96dc776e1688575afaa7115f3b0d
> Author: Vitaly Parakhin <vparakhin@mirantis.com>
> Date: Wed Mar 5 14:18:26 2014 +0200
>
> Replace patch for Horizon UI tables formatting error. OSCI-1102
> Change-Id: Id40e2e3fc98e19f9805980af2b28c34842580512
+++ /dev/null
-diff --git a/horizon/templates/base.html b/horizon/templates/base.html
-index e7e5938..27c3756 100644
---- a/horizon/templates/base.html
-+++ b/horizon/templates/base.html
-@@ -4,6 +4,7 @@
- <head>
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
- <title>{% block title %}{% endblock %} - {% site_branding %}</title>
-+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
- {% comment %} Load CSS sheets before Javascript {% endcomment %}
- {% block css %}
- {% include "_stylesheets.html" %}
-diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-index e69de29..4a2edcf 100644
---- a/openstack_dashboard/static/dashboard/less/fix_tabs.css
-+++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-@@ -0,0 +1,5 @@
-+.nav-tabs > li > a {
-+ padding-right: 5px !important;
-+ padding-left: 5px !important;
-+ margin-right: 0px !important;
-+}
fix-ubuntu-tests.patch
ubuntu_settings.patch
-mos-fix-murano-savana-dashboard.patch
+++ /dev/null
-diff --git a/horizon/templates/base.html b/horizon/templates/base.html
-index e7e5938..27c3756 100644
---- a/horizon/templates/base.html
-+++ b/horizon/templates/base.html
-@@ -4,6 +4,7 @@
- <head>
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
- <title>{% block title %}{% endblock %} - {% site_branding %}</title>
-+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
- {% comment %} Load CSS sheets before Javascript {% endcomment %}
- {% block css %}
- {% include "_stylesheets.html" %}
-diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-index e69de29..4a2edcf 100644
---- a/openstack_dashboard/static/dashboard/less/fix_tabs.css
-+++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-@@ -0,0 +1,5 @@
-+.nav-tabs > li > a {
-+ padding-right: 5px !important;
-+ padding-left: 5px !important;
-+ margin-right: 0px !important;
-+}
Patch0009: 0009-do-not-truncate-the-logo-related-rhbz-877138.patch
Patch0010: 0010-move-SECRET_KEYSTORE-to-var-lib-openstack-dashboard.patch
#mirantis OpenStack patch
-Patch0101: mos-fix-murano-savana-dashboard.patch
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
-%patch0101 -p1
# remove unnecessary .po files
find . -name "django*.po" -exec rm -f '{}' \;