refs #435. UX improvements

pull/4/head
Manuel Aranda Rosales 2024-07-15 11:15:17 +02:00
parent becc06e26a
commit 5c72cc2fd6
4 changed files with 16 additions and 3 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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;
}

View File

@ -40,6 +40,8 @@ button {
.loading-spinner {
display: block;
margin: 0 auto;
align-items: center;
justify-content: center;
}
.mat-dialog-content.loading {