Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
9b423a48
Commit
9b423a48
authored
Jan 16, 2020
by
Lukas Burgey
Browse files
Change button text
parent
27059e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/state/state.component.html
View file @
9b423a48
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</td>
</td>
<!-- actions column -->
<!-- actions column -->
<td
style=
"width: 120px;"
>
<td>
<div
*ngIf=
"state.state == 'deployed'"
>
<div
*ngIf=
"state.state == 'deployed'"
>
<button
(click)=
"dialog.openCredentials(state$)"
mat-raised-button
class=
"mat-elevation-z6"
>
<button
(click)=
"dialog.openCredentials(state$)"
mat-raised-button
class=
"mat-elevation-z6"
>
Credentials
Credentials
...
@@ -85,6 +85,6 @@
...
@@ -85,6 +85,6 @@
<!-- contacts column -->
<!-- contacts column -->
<td
>
<td
>
<button
mat-raised-button
matTooltip=
"{{ service.contact_email }}"
(click)=
"contactSupport()"
>
<button
mat-raised-button
matTooltip=
"{{ service.contact_email }}"
(click)=
"contactSupport()"
>
<small>
Contact
{{ service.contact_description }}
</small>
<small>
{{ service.contact_description }}
</small>
</button>
</button>
</td>
</td>
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