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
a84e85c7
Commit
a84e85c7
authored
Apr 16, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change title
parent
8dd7699b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/account/account.component.html
src/app/account/account.component.html
+2
-2
src/app/app.component.html
src/app/app.component.html
+1
-1
No files found.
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
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