-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete page content alignment across all dashboard pages
- Loading branch information
Showing
84 changed files
with
720 additions
and
744 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.app-monitoring-container { | ||
width: 100%; | ||
padding: 0.714em 4.285em 0; | ||
padding: 0.714em 0; | ||
box-sizing: border-box; | ||
} |
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
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
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
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
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
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
} | ||
|
||
.breadcrumb-container { | ||
top: -0.5em; | ||
margin: 0; | ||
padding: 1.5em 0em; | ||
} | ||
|
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,9 +1,7 @@ | ||
<FileDetails::DynamicScan::PageWrapper> | ||
<FileDetails::DynamicScan::Header | ||
@file={{@file}} | ||
@profileId={{@profileId}} | ||
@dynamicScan={{this.dynamicScan}} | ||
/> | ||
<FileDetails::DynamicScan::Header | ||
@file={{@file}} | ||
@profileId={{@profileId}} | ||
@dynamicScan={{this.dynamicScan}} | ||
/> | ||
|
||
{{yield}} | ||
</FileDetails::DynamicScan::PageWrapper> | ||
{{yield}} |
5 changes: 0 additions & 5 deletions
5
app/components/file-details/dynamic-scan/page-wrapper/index.hbs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
app/components/file-details/dynamic-scan/page-wrapper/index.scss
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
app/components/file-details/dynamic-scan/page-wrapper/index.ts
This file was deleted.
Oops, something went wrong.
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,27 +1,25 @@ | ||
<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> | ||
<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::Summary @file={{@file}} /> | ||
<AkStack @direction='column' @spacing='2.5'> | ||
<FileDetails::Summary @file={{@file}} /> | ||
|
||
<FileDetails::ScanActions @file={{@file}} /> | ||
<FileDetails::ScanActions @file={{@file}} /> | ||
|
||
<FileDetails::InsightsWrapper @file={{@file}} /> | ||
</AkStack> | ||
<FileDetails::InsightsWrapper @file={{@file}} /> | ||
</AkStack> | ||
|
||
<FileDetails::VulnerabilityAnalysis @file={{@file}} /> | ||
</div> | ||
<FileDetails::VulnerabilityAnalysis @file={{@file}} /> | ||
</div> |
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,10 +1,4 @@ | ||
.file-details-root { | ||
background: var(--file-details-background-color); | ||
margin: -0.5em; | ||
padding: 0.5em; | ||
} | ||
|
||
.file-details-container { | ||
max-width: 1200px; | ||
margin: 0 auto; | ||
padding: 0.5em 0em; | ||
} |
Oops, something went wrong.