mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Hide Subpanels if there are none
This commit is contained in:
parent
e388f91d5e
commit
c9cfb5cc4e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
* the words "Supercharged by SuiteCRM".
|
||||
*/
|
||||
-->
|
||||
<div class="card border shadow-sm">
|
||||
<div *ngIf="bodySubpanels()?.length" class="card border shadow-sm">
|
||||
<div ngbAccordion class="sub-panel-banner" #accordion="ngbAccordion" activeIds="sub-panel-buttons">
|
||||
<div ngbAccordionItem id="sub-panel-buttons" class="card" [collapsed]="isCollapsed()">
|
||||
<div ngbAccordionHeader class="card-header">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue