Revision 5dc52783 snf-cyclades-app/synnefo/helpdesk/templates/helpdesk/account.html

b/snf-cyclades-app/synnefo/helpdesk/templates/helpdesk/account.html
67 67
        <h3>Virtual machines <span class="badge badge-info">Total: {{ vms|length }}</span></h3>
68 68
        <div class="info-block-content">
69 69
	        {% for vm in vms %}
70
	        <!-- {% cycle 'row1' 'row2' as rowcls %}  -->
70 71
	        {% include "helpdesk/vms_list.html" %}
71 72
	        {% empty %}
72 73
	        <p>No virtual machines available for this account</p>
......
81 82
        <h3>Networks <span class="badge badge-info">Total: {{ networks|length }}</span></h3>
82 83
        <div class="info-block-content">
83 84
	        {% for network in networks %}
85
	        <!--{% cycle 'row1' 'row2' as rowcls %}-->
84 86
	        {% include "helpdesk/networks_list.html" %}
85 87
	        {% empty %}
86 88
	        <p>No networks available for this account</p>

Also available in: Unified diff