diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html index ce35f53e01462d1e974528ed14743015df26edb9..4949b1d45feeb1161c5ffa45351a944d9a78d84d 100644 --- a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html @@ -17,13 +17,14 @@ </div> <!-- The input search --> - <div class="d-flex align-items-center px-1"> - <p class="pastis-font-h5">Créer et gérer des profils d’archivage</p><br> + <p class="pastis-font-h5">Créer et gérer des profils d’archivage</p><br> + <div class="d-flex align-items-center px-1"> <div class="button-container"> <!--Button save profile--> - <div style="width: 50%"> - <vitamui-common-search-bar placeholder="Recherche un profil par son intitulé" ></vitamui-common-search-bar> + <div> + <vitamui-common-search-bar placeholder="Recherche un profil par son intitulé"> + </vitamui-common-search-bar> <button mat-button mat-icon-button class="btn-search "> <mat-icon style="color:white; vertical-align: text-bottom;">search</mat-icon> @@ -42,7 +43,7 @@ <button class="btn secondary" (click)="fileInput.click()"> <i class="vitamui-icon vitamui-icon-telecharger mr-3 ng-star-inserted"></i> <span style="align-items: center; margin:auto;">importer un profil</span> - + <input #fileInput type="file" class="buttons" accept=".json, .rng" ng2FileSelect style="display:none;" [uploader]="uploader" (change)="uploadProfile($event)" /> diff --git a/ui/ui-frontend/projects/pastis/src/environments/environment.ts b/ui/ui-frontend/projects/pastis/src/environments/environment.ts index 205ccd437f80b27c0864a5c9366537ae3ffee0b0..611a8e13fc85bbc8fa1db53cb3bf602a67987880 100644 --- a/ui/ui-frontend/projects/pastis/src/environments/environment.ts +++ b/ui/ui-frontend/projects/pastis/src/environments/environment.ts @@ -43,7 +43,7 @@ import{IEnvironment} from './IEnvironment' export const environment: IEnvironment= { production: false, - apiServerUrl: "https://dev.vitamui.com:8051" + apiServerUrl: "http://localhost:8051" }; /*