File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 24
24
{% endif %}
25
25
{% endfor %}
26
26
< div class ="col-lg-12 ">
27
- {% if 'instances.view_instances' in perms %}
28
- {% if app_settings.VIEW_INSTANCES_LIST_STYLE == 'grouped' and request.user.is_superuser %}
29
- {% include 'allinstances_index_grouped.html' %}
30
- {% else %}
31
- {% include 'allinstances_index_nongrouped.html' %}
32
- {% endif %}
27
+ {% if app_settings.VIEW_INSTANCES_LIST_STYLE == 'grouped' and request.user.is_superuser %}
28
+ {% include 'allinstances_index_grouped.html' %}
29
+ {% else %}
30
+ {% include 'allinstances_index_nongrouped.html' %}
33
31
{% endif %}
34
32
</ div >
35
33
{% endblock content %}
Original file line number Diff line number Diff line change 98
98
var rows = $ ( 'table tr' ) ;
99
99
host_rows = rows . filter ( "[host='" + host + "']" ) ;
100
100
host_rows . toggle ( ) ;
101
- $ ( "span[id='collapse_host_instances_" + host + "']" ) . toggleClass ( "bi-chevron-down " ) . toggleClass ( "bi-chevron-up" ) ;
101
+ $ ( "span[id='collapse_host_instances_" + host + "']" ) . toggleClass ( "bi bi -chevron-down " ) . toggleClass ( "bi bi-chevron-up" ) ;
102
102
$ ( "span[id='inst_count_badge_" + host + "']" ) . toggleClass ( "d-none" ) ;
103
103
}
104
104
</ script >
You can’t perform that action at this time.
0 commit comments