https://github.com/ging/horizon
Revision b61ee0865300f85563c0c708d9c56923e0429049 authored by Gabriel Hurley on 15 March 2012, 00:59:00 UTC, committed by Gabriel Hurley on 15 March 2012, 01:01:51 UTC
  * Fixes bug 955630 by removing the launch instance action.
  * Allows admins to delete any image.

Change-Id: Ie9bd1c93349c19ac07b6d576115420da55148042
1 parent 42c4715
Raw File
Tip revision: b61ee0865300f85563c0c708d9c56923e0429049 authored by Gabriel Hurley on 15 March 2012, 00:59:00 UTC
Corrects available actions for syspanel images table.
Tip revision: b61ee08
MANIFEST.in
recursive-include docs *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
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