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

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chris Johnston, Corey Bryant
  • Date: 2014-10-06 09:00:21 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20141006090021-qg416hpcit1oh3im
Tags: 1:2014.1.3-0ubuntu1
[ Chris Johnston ]
* Fix Ubuntu theme dropdown and confirmation button (LP: #1308651).

[ Corey Bryant ]
* Resynchronize with stable/icehouse (dc8e46f) (LP: #1377136):
  - [ba524b0] template to rely on the the "id" attribute
  - [ad2d428] Rename add_error methods: Django 1.7 conflict
  - [8dfe113] Replace Ceilometer ClientException with HTTPException
  - [f5e1ff4] Add missing "load url from future" in a container template
  - [839c53d] Add OS_REGION_NAME to openrc
  - [737fe40] Set the correct min_disk size when creating volume from image
  - [a8eeed9] Allow forms to disable autofill in all browsers
  - [e32a00d] Fix endpoint error when running keystone on apache
  - [faac9e7] Not able to delete a pseudo-folder via horizon
  - [b6d6e15] Set python hash seed to 0 in tox.ini
  - [ba908ae] Fix XSS issue with the unordered_list filter
  - [9a5894b] Long container names no longer break the page
  - [c9cb128] TEMPLATE_DIRS must be a tuple
  - [95dcdae] Proper port for LBaaS members
  - [dc8e46f] Use default_project_id as user project for keystone v3

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    {% for volume in instance.volumes %}
120
120
        <dt>{% trans "Attached To" %}</dt>
121
121
        <dd>
122
 
            <a href="{% url 'horizon:project:volumes:volumes:detail' volume.volumeId %}">
 
122
            <a href="{% url 'horizon:project:volumes:volumes:detail' volume.id %}">
123
123
            {% if volume.name %}
124
124
                {{ volume.name }}
125
125
            {%  else %}
126
 
                {{ volume.volumeId }}
 
126
                {{ volume.id }}
127
127
            {% endif %}
128
128
            </a>
129
129
            <span> {% trans "on" %} {{ volume.device }}</span>