diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html index 44b63fc..dfddde5 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html @@ -80,7 +80,7 @@ -
+
    @@ -97,6 +97,22 @@
+
+
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • @@ -104,146 +120,83 @@
  • - - -
    - -
    -
      -
      -
    • - -
    • -
      -
      -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
      -
      -
    • - -
    • -
      -
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    +
    +
    +   {{ encuesta.nombre | titlecase }}
    - -
    -
    -   {{ encuesta.nombre | titlecase }} -
    -
    -   {{ encuesta.nombre | titlecase }} -
    -
    -   {{ - encuesta.fechaCreacion | formatShortDatetime | titlecase - }} -
    -
    - {{ encuesta.descripcion | titlecase }} -
    -
    - {{ encuesta.categoria?.nombre | lowercase }} -
    -
    - -
    +
    +   {{ encuesta.nombre | titlecase }}
    +
    +   {{ + encuesta.fechaCreacion | formatShortDatetime | titlecase + }} +
    +
    + {{ encuesta.descripcion | titlecase }} +
    +
    + {{ encuesta.categoria?.nombre | lowercase }} +
    +
    + +
    +
    - -
    diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts b/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts index be4bed8..aeffa5e 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts @@ -62,7 +62,6 @@ export class EncuestaComponent implements OnInit, AfterViewInit { account: Account | null = null; usuarioExtra: UsuarioExtra | null = null; estadoDeleted = EstadoEncuesta.DELETED; - public searchString: string; encuestas?: IEncuesta[]; isLoading = false; @@ -72,7 +71,7 @@ export class EncuestaComponent implements OnInit, AfterViewInit { categoriasSharedCollection: ICategoria[] = []; usuarioExtrasSharedCollection: IUsuarioExtra[] = []; - public searchEncuesta: string; + public searchString: string; public accesoEncuesta: string; //public categoriaEncuesta: string; public estadoEncuesta: string;