Show defense component on portfolio admin screen
This commit is contained in:
parent
7ee8858cc7
commit
91db12140e
@ -446,6 +446,8 @@
|
||||
|
||||
.form-col {
|
||||
.usa-input--validation--portfolioName {
|
||||
margin-bottom: 0;
|
||||
|
||||
input {
|
||||
max-width: 30em;
|
||||
}
|
||||
@ -455,4 +457,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.defense-row {
|
||||
.admin-title {
|
||||
padding: 0 0 0.4rem 0;
|
||||
margin-top: 0;
|
||||
font-size: 1.7rem;
|
||||
font-weight: 700;
|
||||
max-width: 45em;
|
||||
position: relative;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.admin-content {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,6 +24,12 @@
|
||||
<button type="submit" class="usa-button usa-button-big usa-button-primary" tabindex="0">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class='defense-row'>
|
||||
<div>
|
||||
<div class='admin-title'>{{ "forms.task_order.defense_component_label" | translate }}</div>
|
||||
<div class='admin-content'>{{ portfolio.defense_component }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{% include "fragments/audit_events_log.html" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user