~lutostag/ubuntu/trusty/maas/1.5.4

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/zone_list.html

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
            </td>
33
33
            <td>{{ zone_item.description|truncatechars:40 }}</td>
34
34
            <td>
35
 
              {{ zone_item.node_set.count }}
36
 
              (<a href="{% url 'node-list' %}?query=zone%3D{{ zone_item.name }}">view</a>)
 
35
              <a title="View nodes in zone {{ zone_item.name }}" 
 
36
                 href="{% url 'node-list' %}?query=zone%3D{{ zone_item.name }}">
 
37
                {{ zone_item.node_set.count }}
 
38
              </a>
37
39
            </td>
38
40
            {% if user.is_superuser %}
39
41
            <td>