Remove all selections closing the detail area

fixes #8781
This commit is contained in:
Matthias Jentsch 2015-04-13 17:45:38 +02:00
parent f4c0b35eff
commit 1f0940c8e8
1 changed files with 3 additions and 0 deletions

View File

@ -460,6 +460,9 @@
} else {
icinga.ui.layout1col();
}
$('table tr[href].active').removeClass('active');
icinga.ui.storeSelectionData(null);
icinga.ui.loadSelectionData();
icinga.history.pushCurrentState();
}
}