commit
13e6b10b7a
@ -85,51 +85,53 @@
|
|||||||
formControlName="entityId">
|
formControlName="entityId">
|
||||||
</tb-entity-select>
|
</tb-entity-select>
|
||||||
</section>
|
</section>
|
||||||
<div formGroupName="keys">
|
<div class="mat-accordion-container" formGroupName="keys">
|
||||||
<mat-expansion-panel formGroupName="attributes" [expanded]="true">
|
<mat-accordion [multi]="true">
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel formGroupName="attributes" [expanded]="true">
|
||||||
<mat-panel-title>
|
<mat-expansion-panel-header>
|
||||||
<div class="tb-panel-title" translate>entity-view.attributes-propagation</div>
|
<mat-panel-title>
|
||||||
</mat-panel-title>
|
<div class="tb-panel-title" translate>entity-view.attributes-propagation</div>
|
||||||
</mat-expansion-panel-header>
|
</mat-panel-title>
|
||||||
<div translate class="tb-hint">entity-view.attributes-propagation-hint</div>
|
</mat-expansion-panel-header>
|
||||||
<label translate class="tb-title no-padding">entity-view.client-attributes</label>
|
<div translate class="tb-hint">entity-view.attributes-propagation-hint</div>
|
||||||
<tb-entity-keys-list
|
<label translate class="tb-title no-padding">entity-view.client-attributes</label>
|
||||||
[entityId]="selectedEntityId | async"
|
<tb-entity-keys-list
|
||||||
formControlName="cs"
|
[entityId]="selectedEntityId | async"
|
||||||
keysText="entity-view.client-attributes-placeholder"
|
formControlName="cs"
|
||||||
[dataKeyType]="dataKeyType.attribute">
|
keysText="entity-view.client-attributes-placeholder"
|
||||||
</tb-entity-keys-list>
|
[dataKeyType]="dataKeyType.attribute">
|
||||||
<label translate class="tb-title no-padding">entity-view.shared-attributes</label>
|
</tb-entity-keys-list>
|
||||||
<tb-entity-keys-list
|
<label translate class="tb-title no-padding">entity-view.shared-attributes</label>
|
||||||
[entityId]="selectedEntityId | async"
|
<tb-entity-keys-list
|
||||||
formControlName="sh"
|
[entityId]="selectedEntityId | async"
|
||||||
keysText="entity-view.shared-attributes-placeholder"
|
formControlName="sh"
|
||||||
[dataKeyType]="dataKeyType.attribute">
|
keysText="entity-view.shared-attributes-placeholder"
|
||||||
</tb-entity-keys-list>
|
[dataKeyType]="dataKeyType.attribute">
|
||||||
<label translate class="tb-title no-padding">entity-view.server-attributes</label>
|
</tb-entity-keys-list>
|
||||||
<tb-entity-keys-list
|
<label translate class="tb-title no-padding">entity-view.server-attributes</label>
|
||||||
[entityId]="selectedEntityId | async"
|
<tb-entity-keys-list
|
||||||
formControlName="ss"
|
[entityId]="selectedEntityId | async"
|
||||||
keysText="entity-view.server-attributes-placeholder"
|
formControlName="ss"
|
||||||
[dataKeyType]="dataKeyType.attribute">
|
keysText="entity-view.server-attributes-placeholder"
|
||||||
</tb-entity-keys-list>
|
[dataKeyType]="dataKeyType.attribute">
|
||||||
</mat-expansion-panel>
|
</tb-entity-keys-list>
|
||||||
<mat-expansion-panel [expanded]="true">
|
</mat-expansion-panel>
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel [expanded]="true">
|
||||||
<mat-panel-title>
|
<mat-expansion-panel-header>
|
||||||
<div class="tb-panel-title" translate>entity-view.timeseries-data</div>
|
<mat-panel-title>
|
||||||
</mat-panel-title>
|
<div class="tb-panel-title" translate>entity-view.timeseries-data</div>
|
||||||
</mat-expansion-panel-header>
|
</mat-panel-title>
|
||||||
<div translate class="tb-hint">entity-view.timeseries-data-hint</div>
|
</mat-expansion-panel-header>
|
||||||
<label translate class="tb-title no-padding">entity-view.timeseries</label>
|
<div translate class="tb-hint">entity-view.timeseries-data-hint</div>
|
||||||
<tb-entity-keys-list
|
<label translate class="tb-title no-padding">entity-view.timeseries</label>
|
||||||
[entityId]="selectedEntityId | async"
|
<tb-entity-keys-list
|
||||||
formControlName="timeseries"
|
[entityId]="selectedEntityId | async"
|
||||||
keysText="entity-view.timeseries-placeholder"
|
formControlName="timeseries"
|
||||||
[dataKeyType]="dataKeyType.timeseries">
|
keysText="entity-view.timeseries-placeholder"
|
||||||
</tb-entity-keys-list>
|
[dataKeyType]="dataKeyType.timeseries">
|
||||||
</mat-expansion-panel>
|
</tb-entity-keys-list>
|
||||||
|
</mat-expansion-panel>
|
||||||
|
</mat-accordion>
|
||||||
</div>
|
</div>
|
||||||
<tb-datetime
|
<tb-datetime
|
||||||
dateText="entity-view.start-date"
|
dateText="entity-view.start-date"
|
||||||
|
|||||||
@ -14,16 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
:host {
|
:host {
|
||||||
mat-expansion-panel {
|
.mat-accordion-container {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tb-dialog {
|
|
||||||
:host {
|
|
||||||
mat-expansion-panel {
|
|
||||||
margin-left: 6px;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@ -14,9 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
:host ::ng-deep {
|
:host ::ng-deep {
|
||||||
.mat-checkbox.hinted-checkbox {
|
.mat-checkbox{
|
||||||
.mat-checkbox-inner-container {
|
&.hinted-checkbox {
|
||||||
margin-top: 4px;
|
.mat-checkbox-inner-container {
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-checkbox-layout{
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -812,7 +812,6 @@ mat-label {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -862,7 +861,7 @@ mat-label {
|
|||||||
.mat-dialog-container {
|
.mat-dialog-container {
|
||||||
> *:first-child, form {
|
> *:first-child, form {
|
||||||
min-width: 100% !important;
|
min-width: 100% !important;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user