https://github.com/ging/horizon
Revision ea63d2525ce82f01f91944e3ff6be2ef8252d4bb authored by Andy Chong on 13 March 2012, 10:51:28 UTC, committed by Andy Chong on 13 March 2012, 10:54:52 UTC
 * fix bug 953750

Change-Id: I60241e85a5831ffac0d7ec5b26b13f15cafdd494
1 parent e206ba6
Raw File
Tip revision: ea63d2525ce82f01f91944e3ff6be2ef8252d4bb authored by Andy Chong on 13 March 2012, 10:51:28 UTC
force actions_column min-width:140px to prevent dropdown collapse
Tip revision: ea63d25
MANIFEST.in
recursive-include docs *.py *.rst *.css *.js *.html *.conf
recursive-include horizon *.html *.js *.csv *.template *.mo *.po
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
recursive-include tools *.py *.sh

include AUTHORS
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include docs/Makefile
include docs/source/_templates/.placeholder
include tools/pip-requires
include tools/test-requires

exclude openstack_dashboard/local/local_settings.py
back to top