RETIRED, Dashboard for Murano
Go to file
Timur Sufiev 7955c21359 Remove djblets package from murano-dashboard.
Use horizon.tables package instead for drawing the tables (old term is
datagrid).  Now columns attribute is configurable in Service
YAML-markup (it should be consistent with initial data for
table). Last thing to be done is to somehow employ Actions from
horizon.tables (if this can be done at all) - this eliminates need in
custom js-code which adds and deletes table rows on client-side.

Change-Id: I6e6cd41b717d48eafd7e4a5e1fc907d2f1ebf12d
Closes-bug: #1234194
2013-10-03 15:41:56 +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 Remove djblets package from murano-dashboard. 2013-10-03 15:41:56 +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
manage.py KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
MANIFEST.in Cherry-pick the following change-ids from release-0.2. 2013-09-03 14:04:43 +04:00
openstack-common.conf Move installation to pbr 2013-09-03 13:25:37 +04:00
README.rst Update README.rst 2013-04-25 23:53:31 +04:00
requirements.txt Set Django version to support smart_bytes 2013-09-16 19:23:42 +04:00
run_tests.sh Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
setup-centos.sh Remove djblets package from murano-dashboard. 2013-10-03 15:41:56 +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 Remove djblets package from murano-dashboard. 2013-10-03 15:41:56 +04:00
test-requirements.txt Set Django version to support smart_bytes 2013-09-16 19:23:42 +04:00
tox.ini Move installation to pbr 2013-09-03 13:25:37 +04:00

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

SEE ALSO