refs #435. UX improvements
parent
becc06e26a
commit
5c72cc2fd6
|
@ -1,5 +1,6 @@
|
|||
mat-dialog-content {
|
||||
.mat-dialog-content {
|
||||
padding: 20px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.button-encender {
|
||||
|
@ -46,6 +47,7 @@ table {
|
|||
|
||||
.button-column {
|
||||
display: flex;
|
||||
margin-top: 40px;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<h1 mat-dialog-title>Propiedades cliente</h1>
|
||||
<div mat-dialog-content>
|
||||
<mat-dialog-content>
|
||||
<mat-tab-group dynamicHeight>
|
||||
<mat-tab label="Datos generales">
|
||||
<table mat-table [dataSource]="generalData" class="mat-elevation-z8">
|
||||
|
@ -53,8 +53,10 @@
|
|||
<button mat-flat-button class="button-action button-otros-3">Otras acciones 3</button>
|
||||
</div>
|
||||
</mat-tab>
|
||||
<mat-tab label="Particiones">
|
||||
</mat-tab>
|
||||
</mat-tab-group>
|
||||
</div>
|
||||
</mat-dialog-content>
|
||||
<mat-dialog-actions>
|
||||
<button mat-button mat-dialog-close (click)="onNoClick()">Cerrar</button>
|
||||
</mat-dialog-actions>
|
||||
|
|
|
@ -46,3 +46,10 @@ mat-option .unit-path {
|
|||
font-size: 0.8em;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.loading-spinner {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
@ -40,6 +40,8 @@ button {
|
|||
.loading-spinner {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mat-dialog-content.loading {
|
||||
|
|
Loading…
Reference in New Issue