mirror of https://github.com/apache/cloudstack.git
fix for empty event detail page
This commit is contained in:
parent
9c22d43e81
commit
8d75c8fe7d
|
|
@ -846,7 +846,7 @@
|
|||
context: context
|
||||
}) : true
|
||||
) : true;
|
||||
if ($actions.find('div.action').size() || (detailViewArgs.viewAll && showViewAll)) {
|
||||
if ($actions && ($actions.find('div.action').size() || (detailViewArgs.viewAll && showViewAll))) {
|
||||
$actions.prependTo($firstRow.closest('div.detail-group').closest('.details'));
|
||||
}
|
||||
if (detailViewArgs.viewAll && showViewAll) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue