Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e4db000be2 | ||
![]() |
b8616b0eb3 | ||
![]() |
14a8c1b45c | ||
![]() |
c0046df8fb | ||
![]() |
2502cd88bd |
4 changed files with 9 additions and 5 deletions
|
@ -18,4 +18,4 @@
|
|||
<input type="RoleList" class="form-control" id="inputRoleList" formControlName="RoleList" readonly="readonly">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<<<<<<< HEAD
|
||||
<div class="container mb-5">
|
||||
=======
|
||||
<div class="container mb-5 mt-5">
|
||||
>>>>>>> main
|
||||
<img src="assets/you-shall-not-pass.gif"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
}
|
||||
|
||||
.titre{
|
||||
|
||||
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin: 2.5em 0 0.5em 8.2em;
|
||||
color: #CE0000;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: "http://localhost:8081",
|
||||
apiUrl: "http://localhost:8080",
|
||||
tokenKey: "TOKEN-SIMPLEAT"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue