mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-02 18:39:39 +00:00
add chevron-toggle to collapse_all on grouped_index
This commit is contained in:
@@ -128,6 +128,7 @@ function hide_all_host_instances() {
|
||||
var rows = $('table tr');
|
||||
all_host_rows = rows.filter('[host]');
|
||||
all_host_rows.toggle();
|
||||
$('span[id^=collapse_host_instances_]').toggleClass("glyphicon-chevron-down").toggleClass("glyphicon-chevron-up");
|
||||
}
|
||||
function hide_host_instances(host) {
|
||||
var rows = $('table tr');
|
||||
|
||||
Reference in New Issue
Block a user