UI: Change panel class name
This commit is contained in:
parent
8f9ac73ee3
commit
7ab9051a52
@ -504,7 +504,7 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
|
||||
}
|
||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||
const config = new OverlayConfig({
|
||||
panelClass: 'tb-display-columns',
|
||||
panelClass: 'tb-panel-container',
|
||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||
hasBackdrop: true,
|
||||
height: 'fit-content',
|
||||
|
||||
@ -83,7 +83,7 @@ import {
|
||||
TableWidgetSettings,
|
||||
widthStyle
|
||||
} from '@home/components/widget/lib/table-widget.models';
|
||||
import { ConnectedPosition, Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
|
||||
import { Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
|
||||
import { ComponentPortal } from '@angular/cdk/portal';
|
||||
import {
|
||||
DISPLAY_COLUMNS_PANEL_DATA,
|
||||
@ -465,7 +465,7 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
|
||||
}
|
||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||
const config = new OverlayConfig({
|
||||
panelClass: 'tb-display-columns',
|
||||
panelClass: 'tb-panel-container',
|
||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||
hasBackdrop: true,
|
||||
height: 'fit-content',
|
||||
|
||||
@ -414,7 +414,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
|
||||
if (this.sources.length) {
|
||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||
const config = new OverlayConfig({
|
||||
panelClass: 'tb-display-columns',
|
||||
panelClass: 'tb-panel-container',
|
||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||
hasBackdrop: true,
|
||||
height: 'fit-content',
|
||||
|
||||
@ -268,7 +268,7 @@ pre.tb-highlight {
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.tb-timewindow-panel, .tb-legend-config-panel, .tb-filter-panel, .tb-display-columns {
|
||||
.tb-timewindow-panel, .tb-legend-config-panel, .tb-filter-panel, .tb-panel-container {
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user