-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
79 changed files
with
246 additions
and
5,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
<div class='px-2'> | ||
<AkBreadcrumbs::Container | ||
class='mt-2 mb-3' | ||
data-test-fileDetails-breadcrumbContainer | ||
> | ||
{{#each this.breadcrumbItems as |item|}} | ||
<AkBreadcrumbs::Item | ||
@route={{item.route}} | ||
@model={{item.model}} | ||
@linkTitle={{item.linkTitle}} | ||
data-test-fileDetails-breadcrumbItem='{{item.linkTitle}}' | ||
/> | ||
{{/each}} | ||
</AkBreadcrumbs::Container> | ||
<div local-class='file-details-root'> | ||
<div local-class='file-details-container'> | ||
<AkBreadcrumbs::Container | ||
class='mt-2 mb-3' | ||
data-test-fileDetails-breadcrumbContainer | ||
> | ||
{{#each this.breadcrumbItems as |item|}} | ||
<AkBreadcrumbs::Item | ||
@route={{item.route}} | ||
@model={{item.model}} | ||
@linkTitle={{item.linkTitle}} | ||
data-test-fileDetails-breadcrumbItem='{{item.linkTitle}}' | ||
/> | ||
{{/each}} | ||
</AkBreadcrumbs::Container> | ||
|
||
<AkStack @direction='column' @spacing='2.5'> | ||
<FileDetails::SummaryOld @file={{@file}} /> | ||
<AkStack @direction='column' @spacing='2.5'> | ||
<FileDetails::Summary @file={{@file}} /> | ||
|
||
<FileDetails::ScanActionsOld @file={{@file}} /> | ||
<FileDetails::ScanActions @file={{@file}} /> | ||
|
||
<FileDetails::InsightsWrapper @file={{@file}} /> | ||
</AkStack> | ||
<FileDetails::InsightsWrapper @file={{@file}} /> | ||
</AkStack> | ||
|
||
<FileDetails::VulnerabilityAnalysis @file={{@file}} /> | ||
<FileDetails::VulnerabilityAnalysis @file={{@file}} /> | ||
</div> | ||
</div> |
88 changes: 0 additions & 88 deletions
88
app/components/file-details/scan-actions-old/api-scan/captured-apis/index.hbs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
app/components/file-details/scan-actions-old/api-scan/captured-apis/index.scss
This file was deleted.
Oops, something went wrong.
139 changes: 0 additions & 139 deletions
139
app/components/file-details/scan-actions-old/api-scan/captured-apis/index.ts
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
app/components/file-details/scan-actions-old/api-scan/captured-apis/overview/index.hbs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
app/components/file-details/scan-actions-old/api-scan/captured-apis/overview/index.scss
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
app/components/file-details/scan-actions-old/api-scan/captured-apis/overview/index.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.