forked from p34709852/monkey
Minor UI improvements
This commit is contained in:
parent
930ff08149
commit
1d4df39aa9
|
@ -496,7 +496,7 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<Col xs={12} lg={8}>
|
||||
<Col xs={12} lg={10}>
|
||||
{this.renderAttackAlertModal()}
|
||||
<h1 className="page-title">Monkey Configuration</h1>
|
||||
{this.renderNav()}
|
||||
|
|
|
@ -158,7 +158,7 @@ class AttackReportPageComponent extends AuthComponent {
|
|||
return (
|
||||
<div>
|
||||
{this.renderLegend()}
|
||||
<section className="app">{content}</section>
|
||||
<section className="attack-report">{content}</section>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -525,6 +525,14 @@ body {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.attack-matrix {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.attack-report .btn-collapse span:nth-of-type(2){
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.icon-info {
|
||||
color: #ade3eb !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue