~ubuntu-branches/ubuntu/saucy/horizon/saucy-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/stacks/tables.py

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Chuck Short
  • Date: 2013-10-03 13:48:12 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20131003134812-2vkwosem4flwuk5y
Tags: 1:2013.2~rc1-0ubuntu1
[ James Page ]
* New upstream release candidate:
  - d/static: Refreshed static assets for 2013.2~rc1.
  - d/patches: Refreshed patches.

[ Chuck Short ]
* debian/control: Add python-lesscpy as a suggests to optionally
  support online compression of static assets (LP: #1226674).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# License for the specific language governing permissions and limitations
13
13
# under the License.
14
14
 
15
 
import logging
16
 
 
17
15
from django.http import Http404  # noqa
18
16
from django.template.defaultfilters import timesince  # noqa
19
17
from django.template.defaultfilters import title  # noqa
28
26
from openstack_dashboard import api
29
27
from openstack_dashboard.dashboards.project.stacks import mappings
30
28
 
31
 
LOG = logging.getLogger(__name__)
32
 
 
33
29
 
34
30
class LaunchStack(tables.LinkAction):
35
31
    name = "launch"