diff --git a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.css b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.css index 6f0fb98..36b762b 100644 --- a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.css +++ b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.css @@ -13,9 +13,9 @@ form{ .list-item-content { display: flex; - align-items: flex-start; /* Alinea el contenido al inicio */ - justify-content: space-between; /* Espacio entre los textos y los íconos */ - width: 100%; /* Asegúrate de que el contenido ocupe todo el ancho */ + align-items: flex-start; + justify-content: space-between; + width: 100%; } .text-content { @@ -33,4 +33,3 @@ form{ margin-left: 8px; cursor: pointer; } - diff --git a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.html b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.html index f7b64f5..6892323 100644 --- a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.html +++ b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.html @@ -16,21 +16,29 @@ Dirección IP - - Next Server - - - - Boot File Name - - + + + + + Parámetros avanzados + + + + Next Server + + + + Boot File Name + + + - +
computer
diff --git a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.ts b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.ts index 7cb8a79..a0d5ef4 100644 --- a/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.ts +++ b/ogWebconsole/src/app/components/ogdhcp/og-dhcp-subnets/create-subnet/create-subnet.component.ts @@ -58,8 +58,8 @@ export class CreateSubnetComponent implements OnInit { name: this.name, netmask: this.netmask, ipAddress: this.ipAddress, - nextServer: this.nextServer, - bootFileName: this.bootFileName + nextServer: this.nextServer || null, + bootFileName: this.bootFileName || null }; if (!this.data){ diff --git a/ogWebconsole/src/app/layout/header/header.component.html b/ogWebconsole/src/app/layout/header/header.component.html index cb6ac15..1a83896 100644 --- a/ogWebconsole/src/app/layout/header/header.component.html +++ b/ogWebconsole/src/app/layout/header/header.component.html @@ -1,15 +1,35 @@ - Opengnsys webconsole - + diff --git a/ogWebconsole/src/app/layout/sidebar/sidebar.component.html b/ogWebconsole/src/app/layout/sidebar/sidebar.component.html index ee3f589..9b8e1be 100644 --- a/ogWebconsole/src/app/layout/sidebar/sidebar.component.html +++ b/ogWebconsole/src/app/layout/sidebar/sidebar.component.html @@ -1,57 +1,55 @@ - + Bienvenido {{username}} - + apartment Grupos - - - playlist_play + + + playlist_play Acciones - + chevron_right Comandos - + chevron_right Grupos - + chevron_right Tareas - + notifications Trazas - - - + settings_ethernet DHCP @@ -60,23 +58,21 @@ - + analytics Estado - + lan Subredes - - - + desktop_windows Boot @@ -85,41 +81,40 @@ - + analytics Estado - + album ogLive - + assignment Plantillas PXE - + save Arranque PXE - - + calendar_month Calendarios - + terminal Software @@ -128,19 +123,19 @@ - + list - Listado + Listado - + folder_shared Perfiles - + terminal S. Operativos @@ -148,33 +143,31 @@ - + photo - imágenes + Imágenes - + warehouse Repositorios - + list Menús - + search Buscar - -