Edges overview widget customerTitle

This commit is contained in:
Artem Babak 2021-01-11 06:11:58 +02:00
parent 68d56019de
commit f1d5d18c92
2 changed files with 8 additions and 8 deletions

View File

@ -19,13 +19,6 @@
min-height: 60px; min-height: 60px;
max-height: 60px; max-height: 60px;
} }
span {
padding: 15px;
font-size: 14px;
font-weight: 400;
opacity: .5;
}
} }
} }
@ -35,6 +28,13 @@
max-height: 39px; max-height: 39px;
} }
.mat-subheader {
padding: 15px;
font-size: 14px;
font-weight: 400;
opacity: .5;
}
.tb-entities-nav-tree-panel { .tb-entities-nav-tree-panel {
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;

View File

@ -17,7 +17,7 @@
--> -->
<div class="tb-absolute-fill tb-edges-overview" layout="column"> <div class="tb-absolute-fill tb-edges-overview" layout="column">
<div ng-show="vm.showData" flex class="tb-absolute-fill" layout="column"> <div ng-show="vm.showData" flex class="tb-absolute-fill" layout="column">
<span class="mat-subheader" *ngIf="customerTitle" fxLayout="row">{{ customerTitle }}</span> <span class="mat-subheader" *ngIf="vm.customerTitle" fxLayout="row">{{ vm.customerTitle }}</span>
<md-toolbar class="md-table-toolbar md-default" ng-show="vm.query.search != null"> <md-toolbar class="md-table-toolbar md-default" ng-show="vm.query.search != null">
<div class="md-toolbar-tools"> <div class="md-toolbar-tools">
<md-button class="md-icon-button" aria-label="{{ 'action.search' | translate }}"> <md-button class="md-icon-button" aria-label="{{ 'action.search' | translate }}">