Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
feudal
feudalWebpage
Commits
44e7affb
Commit
44e7affb
authored
May 16, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix use of mat-typography
parent
c2ffa9b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
src/app/app.component.html
src/app/app.component.html
+3
-1
src/app/mgmt/mgmt.component.html
src/app/mgmt/mgmt.component.html
+5
-5
No files found.
src/app/app.component.html
View file @
44e7affb
...
...
@@ -10,6 +10,8 @@
</mat-toolbar>
<div
class=
"outer"
>
<div
class=
"inner"
>
<app-mgmt></app-mgmt>
<div
class=
"mat-typography"
>
<app-mgmt></app-mgmt>
</div>
</div>
</div>
src/app/mgmt/mgmt.component.html
View file @
44e7affb
<div
*ngIf=
"userService.loggedIn"
>
<div
class=
"mat-typography
"
>
<div
style=
"padding-bottom: 30px;
"
>
<h2>
Services
</h2>
<div
*ngIf=
"userService.services.length > 0"
>
<mat-accordion>
...
...
@@ -13,15 +13,15 @@
</p>
</div>
<div
*ngIf=
"userService.user.deployment_tasks.length > 0"
>
<h
4
>
Uncompleted tasks
</h
4
>
<h
3
>
Uncompleted tasks
</h
3
>
<div>
<p
*ngFor=
"let task of userService.user.deployment_tasks"
>
<p
re
*ngFor=
"let task of userService.user.deployment_tasks"
>
{{ task | json }}
</p>
</p
re
>
</div>
</div>
<div
*ngIf=
"userService.messages.length > 0"
>
<h
4
>
Messages
</h
4
>
<h
3
>
Messages
</h
3
>
<div>
<p
*ngFor=
"let message of userService.messages"
>
{{ message }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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