e096fbfa3c
Tri-state checkbox is the kind of checkbox which has three states instead of two, as the regular checkbox has. Third state is "indeterminate", which means, that the element is in undefined state. Common example of such situation is some parent element, which has some of child elements selected and some not - and so it means that parent element is not selected nor unselect - which in terminology of this changeset called "indeterminate" state. Partially implements bp assign-category-button Depends-On: Ie65a77eab29aa191420fbd630b1d242b59c9ff9f Change-Id: I98116fce362af5eb4c64941f4c442dd81120e762 |
||
---|---|---|
doc/source | ||
muranodashboard | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
karma.conf.js | ||
LICENSE | ||
manage.py | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users, including inexperienced ones, can then use the catalog to compose reliable application environments with the push of a button.
Murano Dashboard
Murano Dashboard is an extension for OpenStack Dashboard that provides a UI for Murano. With murano-dashboard, a user is able to easily manage and control an application catalog, running applications and created environments alongside with all other OpenStack resources.
For developer purposes, please symlink the following OpenStack Dashboard plugin files: * muranodashboard/local/enabled/.py into horizon/openstack_dashboard/local/enabled/ muranodashboard/local/local_settings.d/_50_murano.py into horizon/openstack_dashboard/local/local_settings.d/_50_murano.py * muranodashboard/conf/murano_policy.json into horizon/openstack_dashboard/conf/
re-compress static assets and restart Horizon web-server as usual.