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 target = $event.target || $event.srcElement || $event.currentTarget;
|
||||||
const config = new OverlayConfig({
|
const config = new OverlayConfig({
|
||||||
panelClass: 'tb-display-columns',
|
panelClass: 'tb-panel-container',
|
||||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||||
hasBackdrop: true,
|
hasBackdrop: true,
|
||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
|
|||||||
@ -83,7 +83,7 @@ import {
|
|||||||
TableWidgetSettings,
|
TableWidgetSettings,
|
||||||
widthStyle
|
widthStyle
|
||||||
} from '@home/components/widget/lib/table-widget.models';
|
} 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 { ComponentPortal } from '@angular/cdk/portal';
|
||||||
import {
|
import {
|
||||||
DISPLAY_COLUMNS_PANEL_DATA,
|
DISPLAY_COLUMNS_PANEL_DATA,
|
||||||
@ -465,7 +465,7 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
|
|||||||
}
|
}
|
||||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||||
const config = new OverlayConfig({
|
const config = new OverlayConfig({
|
||||||
panelClass: 'tb-display-columns',
|
panelClass: 'tb-panel-container',
|
||||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||||
hasBackdrop: true,
|
hasBackdrop: true,
|
||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
|
|||||||
@ -414,7 +414,7 @@ export class TimeseriesTableWidgetComponent extends PageComponent implements OnI
|
|||||||
if (this.sources.length) {
|
if (this.sources.length) {
|
||||||
const target = $event.target || $event.srcElement || $event.currentTarget;
|
const target = $event.target || $event.srcElement || $event.currentTarget;
|
||||||
const config = new OverlayConfig({
|
const config = new OverlayConfig({
|
||||||
panelClass: 'tb-display-columns',
|
panelClass: 'tb-panel-container',
|
||||||
backdropClass: 'cdk-overlay-transparent-backdrop',
|
backdropClass: 'cdk-overlay-transparent-backdrop',
|
||||||
hasBackdrop: true,
|
hasBackdrop: true,
|
||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
|
|||||||
@ -268,7 +268,7 @@ pre.tb-highlight {
|
|||||||
letter-spacing: normal;
|
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;
|
overflow: hidden;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user