Merge pull request #50 in DEFINMA/definma-ui from proper-indentation to master

* commit '2f6231a6b5c5f0639341c4aac8fefd9bbbc77adf':
  Properly indent all source files
This commit is contained in:
Kai S. K. Engelbart 2021-01-25 12:56:14 +01:00
commit 29b8d3b922
106 changed files with 5170 additions and 5171 deletions

View File

@ -162,8 +162,7 @@ export class PredictionComponent implements OnInit {
{ {
table: { table: {
widths: ['auto', '*', 'auto', 'auto', 'auto'], widths: ['auto', '*', 'auto', 'auto', 'auto'],
body: [ body: [[
[
{text: new Date().toLocaleDateString(), style: 'tableHeader'}, {text: new Date().toLocaleDateString(), style: 'tableHeader'},
{text: 'Customer', style: 'tableHeader'}, {text: 'Customer', style: 'tableHeader'},
{text: 'Security class', style: 'tableHeader'}, {text: 'Security class', style: 'tableHeader'},