Skip to content

Commit 7f2a0c4

Browse files
committed
Run linter
1 parent 9324c25 commit 7f2a0c4

21 files changed

Lines changed: 166 additions & 162 deletions

File tree

src/app/adf-api-docs/df-api-docs/df-api-docs.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'status-loading': healthStatus === 'loading',
5555
'status-healthy': healthStatus === 'healthy',
5656
'status-unhealthy': healthStatus === 'unhealthy',
57-
'status-warning': healthStatus === 'warning'
57+
'status-warning': healthStatus === 'warning',
5858
}">
5959
<div *ngIf="healthStatus === 'loading'">
6060
<p>{{ 'apiHealthBanner.loading' | transloco }}</p>

src/app/adf-config/df-cors/df-cors-config-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4>{{ 'cors.pageSubtitle' | transloco }}</h4>
6161
class="dynamic-width"
6262
formControlName="methods"
6363
[schema]="{
64-
label: 'cors.formControls.methods' | transloco
64+
label: 'cors.formControls.methods' | transloco,
6565
}"
6666
type="verb_multiple"></df-verb-picker>
6767
<mat-slide-toggle

src/app/adf-home/df-welcome-page/df-welcome-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ng-container
22
*ngIf="{
3-
isFirstTimeUser: isFirstTimeUser$ | async
3+
isFirstTimeUser: isFirstTimeUser$ | async,
44
} as data">
55
<div [class]="(isDarkMode | async) ? 'dark-theme' : ''">
66
<section

src/app/adf-limits/df-limit-details/df-limit-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
formControlName="verb"
2222
[schema]="{
2323
label: 'limits.verb' | transloco,
24-
description: 'limits.verbTooltip' | transloco
24+
description: 'limits.verbTooltip' | transloco,
2525
}"></df-verb-picker>
2626
<mat-form-field
2727
appearance="outline"

src/app/adf-roles/df-role-details/df-role-details.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class DfRoleDetailsComponent implements OnInit {
190190
// Add deleted lookup to tracking array with role_id set to null for backend deletion
191191
this.deletedLookupKeys.push({
192192
...deletedLookup,
193-
roleId: null // Setting roleId to null signals the backend to delete this record
193+
roleId: null, // Setting roleId to null signals the backend to delete this record
194194
});
195195
}
196196

src/app/adf-roles/df-roles-access/df-roles-access.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
'access',
291291
'requester',
292292
'advancedFilters',
293-
'actions'
293+
'actions',
294294
]"></tr>
295295
<tr
296296
mat-row
@@ -302,7 +302,7 @@
302302
'access',
303303
'requester',
304304
'advancedFilters',
305-
'actions'
305+
'actions',
306306
]
307307
"></tr>
308308
<tr class="mat-row" *matNoDataRow>

src/app/adf-roles/df-roles-access/df-roles-access.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,9 @@ export class DfRolesAccessComponent implements OnInit {
258258
}
259259

260260
getExtendOperator(index: number) {
261-
const serviceId = this.serviceAccess.at(index).get('extend-operator')
262-
?.value;
261+
const serviceId = this.serviceAccess
262+
.at(index)
263+
.get('extend-operator')?.value;
263264
const operators = this.componentOptions.find(
264265
option => option.serviceId === serviceId
265266
)?.components;

src/app/adf-scheduler/df-scheduler-details/df-scheduler-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h4>{{ 'scheduler.taskOverviewSubtitle' | transloco }}</h4>
9393
class="dynamic-width"
9494
formControlName="method"
9595
[schema]="{
96-
label: 'scheduler.form.label.method' | transloco
96+
label: 'scheduler.form.label.method' | transloco,
9797
}"></df-verb-picker>
9898
<div class="full-width action-bar">
9999
<button

src/app/adf-services/df-service-details/df-service-details.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h4 class="text-center" style="color: black !important">
237237
'multi_picklist',
238238
'boolean',
239239
'file_certificate',
240-
'file_certificate_api'
240+
'file_certificate_api',
241241
].includes(item.type)
242242
"
243243
[schema]="item"
@@ -278,7 +278,7 @@ <h4 class="text-center" style="color: black !important">
278278
'multi_picklist',
279279
'boolean',
280280
'file_certificate',
281-
'file_certificate_api'
281+
'file_certificate_api',
282282
].includes(item.type)
283283
"
284284
[schema]="item"
@@ -336,7 +336,7 @@ <h4 class="text-center" style="color: black !important">
336336
'multi_picklist',
337337
'boolean',
338338
'file_certificate',
339-
'file_certificate_api'
339+
'file_certificate_api',
340340
].includes(item.type)
341341
"
342342
[schema]="item"
@@ -591,7 +591,7 @@ <h4 class="text-center" style="color: black !important">
591591
'multi_picklist',
592592
'boolean',
593593
'file_certificate',
594-
'file_certificate_api'
594+
'file_certificate_api',
595595
].includes(item.type)
596596
"
597597
color="primary"
@@ -674,7 +674,7 @@ <h4 class="text-center" style="color: black !important">
674674
'multi_picklist',
675675
'boolean',
676676
'file_certificate',
677-
'file_certificate_api'
677+
'file_certificate_api',
678678
].includes(item.type)
679679
"
680680
color="primary"
@@ -757,7 +757,7 @@ <h4 class="text-center" style="color: black !important">
757757
'multi_picklist',
758758
'boolean',
759759
'file_certificate',
760-
'file_certificate_api'
760+
'file_certificate_api',
761761
].includes(item.type)
762762
"
763763
color="primary"
@@ -848,7 +848,7 @@ <h4 class="text-center" style="color: black !important">
848848
'multi_picklist',
849849
'boolean',
850850
'file_certificate',
851-
'file_certificate_api'
851+
'file_certificate_api',
852852
].includes(item.type)
853853
"
854854
color="primary"

src/app/adf-user-management/df-login/df-login.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
authServices;
9494
context: {
9595
services: oauthServices,
96-
title: ('userManagement.oAuth' | transloco)
96+
title: ('userManagement.oAuth' | transloco),
9797
}
9898
" />
9999
<ng-container
100100
*ngTemplateOutlet="
101101
authServices;
102102
context: {
103103
services: samlServices,
104-
title: ('userManagement.saml' | transloco)
104+
title: ('userManagement.saml' | transloco),
105105
}
106106
" />
107107
<div class="action-links">

0 commit comments

Comments
 (0)