Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
a84e85c7
Commit
a84e85c7
authored
Apr 16, 2018
by
Lukas Burgey
Browse files
Change title
parent
8dd7699b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/account/account.component.html
View file @
a84e85c7
<p>
You can delete your account. All deployments will be withdrawn if you chose to do so.
You can delete your account. All deployments will be withdrawn if you cho
o
se to do so.
</p>
<p>
<mat-checkbox
[(ngModel)]=
"sure"
style=
"margin-right: 8px"
[checked]=
"sure"
>
I'm sure
i
want to delete all my data on the server.
I'm sure
I
want to delete all my data on the server.
</mat-checkbox>
<button
mat-raised-button
mat-dialog-close
color=
"primary"
(click)=
"delete()"
[disabled]=
"!sure"
>
Delete
</button>
</p>
src/app/app.component.html
View file @
a84e85c7
<mat-toolbar
color=
"primary"
>
<span>
Federated User
Management
</span>
<span>
Federated User
Credential Deployment Portal
</span>
<span
class=
"toolbar-spacer"
></span>
<app-login></app-login>
</mat-toolbar>
...
...
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