-
+ Buscar nombre de imagensearch
diff --git a/ogWebconsole/src/app/components/images/images.component.ts b/ogWebconsole/src/app/components/images/images.component.ts
index 6c41a62..2be31f7 100644
--- a/ogWebconsole/src/app/components/images/images.component.ts
+++ b/ogWebconsole/src/app/components/images/images.component.ts
@@ -185,7 +185,7 @@ export class ImagesComponent implements OnInit {
steps: [
'imagesTitleStep',
'addImageButton',
- 'searchImageField',
+ 'searchImagesField',
'imagesTable',
'actionsHeader',
'editImageButton',
diff --git a/ogWebconsole/src/locale/en.json b/ogWebconsole/src/locale/en.json
index a5e5a9c..821ac6b 100644
--- a/ogWebconsole/src/locale/en.json
+++ b/ogWebconsole/src/locale/en.json
@@ -340,5 +340,40 @@
"addClientButton": "Add client",
"searchClientNameLabel": "Search client name",
"searchIPLabel": "Search IP",
- "searchMACLabel": "Search MAC"
+ "searchMACLabel": "Search MAC",
+ "diskUsageTitle": "Disk Usage",
+ "ogBootServerStatus": "OgBoot Server Status",
+ "servicesTitle": "Services",
+ "Legend": "Legend",
+ "totalLabel": "Total",
+ "usedLabel": "Used",
+ "freeLabel": "Free",
+ "availableLabel": "Available",
+ "InstalledOglivesTitle": "Installed OgLives",
+ "idLabel": "ID",
+ "KernelLabel": "Kernel",
+ "architectureLabel": "Architecture",
+ "revisionLabel": "Revision",
+ "serverInfoTitle": "Server Information",
+ "adminPxeTitle": "Manage PXE Files",
+ "createdOgBootLabel": "Created in OgBoot",
+ "selectOptionPlaceholder": "Select an option",
+ "yesOption": "Yes",
+ "noOption": "No",
+ "actionsColumn": "Actions",
+ "createServerButton": "Create Server",
+ "labelName": "Name",
+ "diskUsageDescription": "Here is the disk usage of the server.",
+ "servicesStatusDescription": "Here is the status of the server services.",
+ "oglivesDescription": "Here are the OgLives installed on the server.",
+ "addImageButtonDescription": "Click to add a new image.",
+ "adminPxeDescription": "From here you can manage the PXE templates of the server.",
+ "addTemplateButtonDescription": "Add PXE Template",
+ "addTemplateButton": "Add Template",
+ "searchSyncDescription": "Filter PXE templates to show only synchronized or unsynchronized ones.",
+ "advancedNetbootDescription": "From here you can configure the advanced netboot of the clients.",
+ "selectUnitDescription": "Select the organizational unit to which the clients belong.",
+ "selectClassDescription": "Select the classroom to which the clients belong.",
+ "applyToAllDescription": "Select a template to apply to all clients.",
+ "saveButtonDescription": "Save the changes made."
}
diff --git a/ogWebconsole/src/locale/es.json b/ogWebconsole/src/locale/es.json
index 378a8d3..9221d7b 100644
--- a/ogWebconsole/src/locale/es.json
+++ b/ogWebconsole/src/locale/es.json
@@ -96,6 +96,7 @@
"enabled": "Habilitado",
"disabled": "Deshabilitado",
"adminCommandsTitle": "Trazas de comandos y procedimientos",
+ "CommandsTitle": "Administrar Comandos",
"resetFiltersStepText": "Haz clic para reiniciar los filtros aplicados y ver todas las trazas.",
"resetFilters": "Reiniciar filtros",
"clientSelectStepText": "Selecciona un cliente para ver las trazas asociadas.",
@@ -340,5 +341,40 @@
"addClientButton": "Añadir cliente",
"searchClientNameLabel": "Buscar nombre de cliente",
"searchIPLabel": "Buscar IP",
- "searchMACLabel": "Buscar MAC"
+ "searchMACLabel": "Buscar MAC",
+ "diskUsageTitle": "Uso de disco",
+ "ogBootServerStatus": "Estado del servidor OgBoot",
+ "servicesTitle": "Servicios",
+ "Legend": "Leyenda",
+ "totalLabel": "Total",
+ "usedLabel": "Usado",
+ "freeLabel": "Libre",
+ "availableLabel": "Disponible",
+ "InstalledOglivesTitle": "OgLive instalados",
+ "idLabel": "ID",
+ "KernelLabel": "Kernel",
+ "architectureLabel": "Arquitectura",
+ "revisionLabel": "Revisión",
+ "serverInfoTitle": "Información del servidor",
+ "adminPxeTitle": "Administrar ficheros PXE",
+ "createdOgBootLabel": "Creado en OgBoot",
+ "selectOptionPlaceholder": "Selecciona una opción",
+ "yesOption": "Sí",
+ "noOption": "No",
+ "actionsColumn": "Acciones",
+ "createServerButton": "Crear servidor",
+ "labelName": "Nombre",
+ "diskUsageDescription": "Aquí se muestra el uso de disco del servidor.",
+ "servicesStatusDescription": "Aquí se muestra el estado de los servicios del servidor.",
+ "oglivesDescription": "Aquí se muestran los OgLive instalados en el servidor.",
+ "addImageButtonDescription": "Haz clic para añadir una nueva imagen.",
+ "adminPxeDescription": "Desde aquí puedes gestionar las plantillas PXE del servidor.",
+ "addTemplateButtonDescription": "Añadir plantilla PXE",
+ "addTemplateButton": "Añadir plantilla",
+ "searchSyncDescription": "Filtra las plantillas PXE para mostrar solo las sincronizadas o no sincronizadas.",
+ "advancedNetbootDescription": "Desde aquí puedes configurar el netboot avanzado de los clientes.",
+ "selectUnitDescription": "Selecciona la unidad organizativa a la que pertenecen los clientes.",
+ "selectClassDescription": "Selecciona el aula a la que pertenecen los clientes.",
+ "applyToAllDescription": "Selecciona una plantilla para aplicar a todos los clientes.",
+ "saveButtonDescription": "Guarda los cambios realizados."
}