Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cazenave
Pastis Vitamui
Commits
b8ce0bf9
Commit
b8ce0bf9
authored
Apr 24, 2020
by
cazenave
Browse files
css ok pastis front
parent
cd603b27
Changes
4
Hide whitespace changes
Inline
Side-by-side
ui/ui-frontend/projects/pastis/src/app/app.component.html
View file @
b8ce0bf9
...
...
@@ -9,13 +9,8 @@
</div>
</div>
<div
class=
"vitamui-body"
>
<div
class=
"vitamui-container"
>
<app-home></app-home>
</div>
</div>
ui/ui-frontend/projects/pastis/src/app/app.component.scss
View file @
b8ce0bf9
...
...
@@ -3,7 +3,7 @@
.vitamui-header
{
background
:
none
;
.vitamui-container
{
.vitamui-container
{
padding-bottom
:
0px
;
}
...
...
ui/ui-frontend/tsconfig.json
View file @
b8ce0bf9
...
...
@@ -24,7 +24,7 @@
"vitamui-demo"
:
[
"./projects/demo/src"
],
"vitamui-identity"
:
[
"./projects/identity/src/app/"
],
"vitamui-portal"
:
[
"./projects/portal/src/app/"
],
"vitamui-pastis"
:
[
"./projects/pastis/src/
app/
"
]
"vitamui-pastis"
:
[
"./projects/pastis/src/"
]
},
"noUnusedLocals"
:
false
,
"noUnusedParameters"
:
false
...
...
ui/ui-pastis/src/main/java/fr/gouv/vitamui/pastis/controller/PastisController.java
View file @
b8ce0bf9
...
...
@@ -32,7 +32,7 @@ import java.net.URISyntaxException;
* @author Audrey Realini <realini@cines.fr>
*/
@RestController
@CrossOrigin
@CrossOrigin
(
origins
=
"http://dev.vitamui.com:4251"
)
public
class
PastisController
{
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
PastisController
.
class
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment