Dashboard for Murano
Go to file
Timur Sufiev 85aa25608b 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.

Cherry-picked from release0.2, Ie57fa4731792ed1e44e9f61fa5cb6a16ddaf3109
Fixes: bug MRN-883

Change-Id: I4fc438a8949957800fcd0ac55bb30cd62744b1e0
2013-09-12 16:23:07 +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 16:23:07 +04:00
tools Move installation to pbr 2013-09-03 13:25:37 +04:00
.gitignore Implement dynamic UI for all current service creation forms. 2013-08-13 19:11:21 +04:00
.gitreview Adding some packeges to pip requirements 2013-05-16 16:59:06 +04:00
MANIFEST.in Cherry-pick the following change-ids from release-0.2. 2013-09-03 14:04:43 +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-09-03 13:25:37 +04:00
requirements.txt Updated requirements for python-muranoclient 2013-09-09 11:59:55 +04:00
run_tests.sh Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
setup-centos.sh Move muranodashboard logs to a separate file. 2013-09-04 19:19:51 +04:00
setup.cfg Add appropriate version prefix 2013-09-03 13:50:03 +04:00
setup.py Move installation to pbr 2013-09-03 13:25:37 +04:00
setup.sh Move muranodashboard logs to a separate file. 2013-09-04 19:19:51 +04:00
test-requirements.txt Move installation to pbr 2013-09-03 13:25:37 +04:00
tox.ini Move installation to pbr 2013-09-03 13:25:37 +04:00

README.rst

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

SEE ALSO