~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to horizon/dashboards/nova/images_and_snapshots/volume_snapshots/tables.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
class DeleteVolumeSnapshot(tables.DeleteAction):
30
30
    data_type_singular = _("Volume Snapshot")
31
 
    data_type_plural = _("Volume Snaphots")
 
31
    data_type_plural = _("Volume Snapshots")
32
32
    classes = ('btn-danger',)
33
33
 
34
34
    def delete(self, request, obj_id):