Fix for 1932
parent
7ef09dd271
commit
07e096ee78
|
@ -140,7 +140,7 @@ class DatabaseRow extends Component {
|
|||
if (isEditing) {
|
||||
return (
|
||||
<tr>
|
||||
<td>
|
||||
<td style={{width: `${DATABASE_TABLE.colRetentionPolicy}px`}}>
|
||||
{isNew
|
||||
? <input
|
||||
className="form-control input-xs"
|
||||
|
|
|
@ -52,7 +52,9 @@ const DatabaseTable = ({
|
|||
<table className="table v-center table-highlight">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Retention Policy</th>
|
||||
<th style={{width: `${DATABASE_TABLE.colRetentionPolicy}px`}}>
|
||||
Retention Policy
|
||||
</th>
|
||||
<th style={{width: `${DATABASE_TABLE.colDuration}px`}}>
|
||||
Duration
|
||||
</th>
|
||||
|
|
Loading…
Reference in New Issue