Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
fd3a2099
Commit
fd3a2099
authored
Dec 09, 2019
by
Melvin Luong
Browse files
Set the table headers text in account info to be all UPPERCASE.
parent
bc32d38e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/accountinfo/accountinfo.component.html
View file @
fd3a2099
...
...
@@ -26,7 +26,7 @@
</mat-list-item>
</div>
<div
*ngIf=
"h.type == 'table'"
>
<div
class=
"table-header"
><span>
{{ h.title }}
</span></div>
<div
class=
"table-header"
><span>
{{ h.title
.toUpperCase()
}}
</span></div>
<table
mat-table
[dataSource]=
"h.data.rows"
style=
"width: 100%"
>
<ng-container
*ngFor=
"let c of h.data.cols"
matColumnDef=
"{{c.key}}"
>
<th
mat-header-cell
*matHeaderCellDef
style=
"text-align: left; border-bottom-color: #a2bae1;"
>
{{ c.header }}
</th>
...
...
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