Dashboard for Murano
Go to file
Timur Sufiev 7a3fe8b194 Make field validation to be conditional.
Introduce new field attribute 'enabled' - true by default, but if it
is false, then the field won't be validated, only coerced to Python
type. This actually solves the issue with hidden (and disabled) fields
which don't validate and prevent proceeding to next step.

Change-Id: Ie57fa4731792ed1e44e9f61fa5cb6a16ddaf3109
Fixes: bug MRN-883
2013-09-12 15:20:41 +04:00
bin Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
doc/source KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
muranodashboard Make field validation to be conditional. 2013-09-12 15:20:41 +04:00
tools Move installation to pbr 2013-08-19 10:28:50 +04:00
.gitignore Implement dynamic UI for all current service creation forms. 2013-08-14 14:09:30 +04:00
.gitreview Adding some packeges to pip requirements 2013-05-16 16:59:06 +04:00
MANIFEST.in Added ability to specify services location 2013-08-26 12:05:57 +04:00
README.rst Update README.rst 2013-04-25 23:53:31 +04:00
manage.py KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
openstack-common.conf Move installation to pbr 2013-08-19 10:28:50 +04:00
requirements.txt Updated requirements for python-muranoclient 2013-09-09 12:24:42 +04:00
run_tests.sh Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
setup-centos.sh Make apache start on CentOS restart. 2013-08-29 20:00:29 +04:00
setup.cfg Add appropriate version prefix 2013-08-20 17:33:22 +04:00
setup.py Move installation to pbr 2013-08-19 10:28:50 +04:00
setup.sh Moved YAQL to PyPI 2013-08-26 14:02:20 +04:00
test-requirements.txt Move installation to pbr 2013-08-19 10:28:50 +04:00
tox.ini Move installation to pbr 2013-08-19 10:28:50 +04:00

README.rst

Murano Dashboard README ===================== Dashboard is a conponent that provides Web UI to Murano Project.

SEE ALSO