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

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-31 17:31:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20140331173149-f28yjk2s8pt15fqj
Tags: 1:2014.1~rc1-0ubuntu1
* New upstream release candidate (LP: #1288245).
  - d/static/*: Refreshed assets for new upstream release.
* d/theme/*: Refresh Ubuntu theme against Icehouse templates (LP: #1291653).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  </dl>
12
12
  <dl>
13
13
    <dt>{% trans "Resource ID" %}</dt>
14
 
    <dd>{{ resource.physical_resource_id }}</dd>
 
14
    <dd>
 
15
      <a href="{{ resource_url }}">
 
16
          {{ resource.physical_resource_id }}
 
17
      </a>
 
18
    </dd>
15
19
  </dl>
16
20
  <dl>
17
21
    <dt>{% trans "Stack Resource Type" %}</dt>
28
32
  <hr class="header_rule">
29
33
  <dl>
30
34
    <dt>{% trans "Last Updated" %}</dt>
31
 
    <dd>{{ resource.updated_time|parse_isotime|timesince }}</dd>
 
35
    <dd>{{ resource.updated_time|parse_isotime|timesince_or_never }}</dd>
32
36
    <dt>{% trans "Status" %}</dt>
33
37
    <dd>{{ resource.resource_status|title|replace_underscores }}: {{ resource.resource_status_reason }}</dd>
34
38
  </dl>