diff --git a/ogWebconsole/src/app/components/images/images.component.css b/ogWebconsole/src/app/components/images/images.component.css
index af5ea91..85c244c 100644
--- a/ogWebconsole/src/app/components/images/images.component.css
+++ b/ogWebconsole/src/app/components/images/images.component.css
@@ -1,20 +1,24 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.images-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
table {
width: 100%;
- margin-top: 50px;
}
.search-container {
@@ -22,7 +26,7 @@ table {
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -36,13 +40,6 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}
@@ -95,10 +92,3 @@ table {
background-color: #f5a623 !important;
color: white;
}
-
-.header-container-title {
- flex-grow: 1;
- text-align: left;
- margin-left: 1em;
-}
-
diff --git a/ogWebconsole/src/app/components/images/images.component.html b/ogWebconsole/src/app/components/images/images.component.html
index 28fd055..ec22f52 100644
--- a/ogWebconsole/src/app/components/images/images.component.html
+++ b/ogWebconsole/src/app/components/images/images.component.html
@@ -16,18 +16,18 @@
-
-
-
+
{{ 'searchLabel' | translate }}
-
+
search
{{ 'searchHint' | translate }}
Estado
-
+
Fallido
Pendiente
Transfiriendo
@@ -39,7 +39,8 @@
-
+
{{ column.header }} |
@@ -72,7 +73,8 @@
{{ getStatusLabel(image[column.columnDef]) }}
-
+
{{ column.cell(image) }}
|
@@ -81,8 +83,10 @@
Acciones |
-
-
+
+
@@ -91,9 +95,12 @@
-
-
-
+
+
+
|
@@ -101,12 +108,8 @@
-
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/menus/menus.component.css b/ogWebconsole/src/app/components/menus/menus.component.css
index cbdd6d8..ee2ae95 100644
--- a/ogWebconsole/src/app/components/menus/menus.component.css
+++ b/ogWebconsole/src/app/components/menus/menus.component.css
@@ -1,15 +1,20 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.images-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
.lists-container {
@@ -37,21 +42,20 @@
flex: 1;
}
-.image-name{
+.image-name {
cursor: pointer;
}
table {
width: 100%;
- margin-top: 50px;
}
-.search-container {
+.search-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -65,19 +69,12 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
- box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.paginator-container {
display: flex;
justify-content: end;
margin-bottom: 30px;
-}
+}
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/menus/menus.component.html b/ogWebconsole/src/app/components/menus/menus.component.html
index 09d04cf..a60ac00 100644
--- a/ogWebconsole/src/app/components/menus/menus.component.html
+++ b/ogWebconsole/src/app/components/menus/menus.component.html
@@ -2,17 +2,21 @@
- Administrar menús
+
-
+
-
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/operative-system/operative-system.component.css b/ogWebconsole/src/app/components/operative-system/operative-system.component.css
index 2fd1786..e699c41 100644
--- a/ogWebconsole/src/app/components/operative-system/operative-system.component.css
+++ b/ogWebconsole/src/app/components/operative-system/operative-system.component.css
@@ -1,15 +1,20 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.calendar-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
.lists-container {
@@ -23,15 +28,14 @@
table {
width: 100%;
- margin-top: 50px;
}
-.search-container {
+.search-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -45,19 +49,12 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
- box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.paginator-container {
display: flex;
justify-content: end;
margin-bottom: 30px;
-}
+}
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/operative-system/operative-system.component.html b/ogWebconsole/src/app/components/operative-system/operative-system.component.html
index 0ad1eb3..49ccd5c 100644
--- a/ogWebconsole/src/app/components/operative-system/operative-system.component.html
+++ b/ogWebconsole/src/app/components/operative-system/operative-system.component.html
@@ -2,26 +2,31 @@
-
- Administrar sistemas operativos
-
+
-
+
-
-
-
+
Buscar nombre de sistema operativo
-
+
search
Pulsar 'enter' para buscar
-
+
{{ column.header }} |
@@ -32,12 +37,15 @@
- Acciones |
+ Acciones |
- |
@@ -48,10 +56,7 @@
|
-
+
-
+
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/repositories/repositories.component.css b/ogWebconsole/src/app/components/repositories/repositories.component.css
index 8207143..053704a 100644
--- a/ogWebconsole/src/app/components/repositories/repositories.component.css
+++ b/ogWebconsole/src/app/components/repositories/repositories.component.css
@@ -1,15 +1,20 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.images-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
.lists-container {
@@ -37,21 +42,20 @@
flex: 1;
}
-.image-name{
+.image-name {
cursor: pointer;
}
table {
width: 100%;
- margin-top: 50px;
}
-.search-container {
+.search-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -65,15 +69,8 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
- box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.paginator-container {
@@ -87,7 +84,7 @@ table {
align-items: center;
}
-.example-headers-align .mat-mdc-form-field + .mat-mdc-form-field {
+.example-headers-align .mat-mdc-form-field+.mat-mdc-form-field {
margin-left: 8px;
}
@@ -98,12 +95,4 @@ table {
.example-button-row .mat-mdc-button-base {
margin: 8px 8px 8px 0;
-}
-
-.header-container-title {
- flex-grow: 1;
- text-align: left;
- margin-left: 1em;
-}
-
-
+}
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/repositories/repositories.component.html b/ogWebconsole/src/app/components/repositories/repositories.component.html
index 9e776a5..4433542 100644
--- a/ogWebconsole/src/app/components/repositories/repositories.component.html
+++ b/ogWebconsole/src/app/components/repositories/repositories.component.html
@@ -10,7 +10,8 @@
- Añadir repositorio
+ Añadir repositorio
@@ -18,13 +19,15 @@
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/software-profile/software-profile.component.css b/ogWebconsole/src/app/components/software-profile/software-profile.component.css
index 2fd1786..e699c41 100644
--- a/ogWebconsole/src/app/components/software-profile/software-profile.component.css
+++ b/ogWebconsole/src/app/components/software-profile/software-profile.component.css
@@ -1,15 +1,20 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.calendar-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
.lists-container {
@@ -23,15 +28,14 @@
table {
width: 100%;
- margin-top: 50px;
}
-.search-container {
+.search-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -45,19 +49,12 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
- box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.paginator-container {
display: flex;
justify-content: end;
margin-bottom: 30px;
-}
+}
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/software-profile/software-profile.component.html b/ogWebconsole/src/app/components/software-profile/software-profile.component.html
index d4ebd4a..f13f48f 100644
--- a/ogWebconsole/src/app/components/software-profile/software-profile.component.html
+++ b/ogWebconsole/src/app/components/software-profile/software-profile.component.html
@@ -2,41 +2,52 @@
help
- Administrar perfiles software
+
- Añadir perfil software
+ Añadir perfil software
-
-
+
+
Buscar nombre de perfil
-
+
search
Pulsar 'enter' para buscar
-
+
{{ column.header }} |
-
+ |
{{ image[column.columnDef] ? 'check_circle' : 'cancel' }}
-
+
{{ column.cell(image) }}
|
-
+
Acciones |
- edit
- delete
+
+ edit
+ delete
|
@@ -44,10 +55,7 @@
-
+
-
+
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/software/software.component.css b/ogWebconsole/src/app/components/software/software.component.css
index 2fd1786..e699c41 100644
--- a/ogWebconsole/src/app/components/software/software.component.css
+++ b/ogWebconsole/src/app/components/software/software.component.css
@@ -1,15 +1,20 @@
-.title {
- font-size: 24px;
+.header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 10px;
+ border-bottom: 1px solid #ddd;
+}
+
+.header-container-title {
+ flex-grow: 1;
+ text-align: left;
+ margin-left: 1em;
}
.calendar-button-row {
display: flex;
- justify-content: flex-start;
- margin-top: 16px;
-}
-
-.divider {
- margin: 20px 0;
+ gap: 15px;
}
.lists-container {
@@ -23,15 +28,14 @@
table {
width: 100%;
- margin-top: 50px;
}
-.search-container {
+.search-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
- padding: 0 5px;
+ margin: 1.5rem 0rem 1.5rem 0rem;
box-sizing: border-box;
}
@@ -45,19 +49,12 @@ table {
padding: 5px;
}
-.header-container {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
-}
-
.mat-elevation-z8 {
- box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
+ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.paginator-container {
display: flex;
justify-content: end;
margin-bottom: 30px;
-}
+}
\ No newline at end of file
diff --git a/ogWebconsole/src/app/components/software/software.component.html b/ogWebconsole/src/app/components/software/software.component.html
index 088df7f..77916bd 100644
--- a/ogWebconsole/src/app/components/software/software.component.html
+++ b/ogWebconsole/src/app/components/software/software.component.html
@@ -2,39 +2,48 @@
help
- Administrar Software
+
- Añadir software
+ Añadir software
-
-