Fix for 1932

pull/1940/head
Alex P 2017-08-29 11:12:33 -07:00
parent 7ef09dd271
commit 07e096ee78
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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>