horizon/openstack_dashboard/dashboards/project/backups
Jesper Schmitz Mouridsen 9fa1cddf09 Enable volume snapshot backups
Make it possible to use horizon for backing
up snapshots.

 * Add snapshot column to backups table
 * Add snapshot information to backup detail
 * Fix wrong template path in create_backup.html
 * Add ChoiceField with snapshots belonging
   to the volume in create backup form
 * Add create backup option in snapshots table
 * Adjust tests and test data

When backing up from snapshots table the snapshot
ChoiceField is preset with the choosen snapshot
as the only option.
Implements: blueprint volume-snapshot-backups

Change-Id: I4b7707d95756501e0622460e3ddc4e3f7624f02e
2019-07-25 19:15:01 +00:00
..
templates/backups Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
__init__.py Move Volume Backups out of tabbed panel 2017-03-06 15:49:45 +11:00
forms.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
panel.py Add enabled check in Backups panel 2018-09-27 09:37:15 +01:00
tables.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
tabs.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
tests.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
urls.py Move Volume Backups out of tabbed panel 2017-03-06 15:49:45 +11:00
views.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00