summaryrefslogtreecommitdiff
path: root/web/src/containers/jobs/Jobs.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/containers/jobs/Jobs.jsx')
-rw-r--r--web/src/containers/jobs/Jobs.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/containers/jobs/Jobs.jsx b/web/src/containers/jobs/Jobs.jsx
index 71395f1d1..9af8210a2 100644
--- a/web/src/containers/jobs/Jobs.jsx
+++ b/web/src/containers/jobs/Jobs.jsx
@@ -163,6 +163,7 @@ class JobsList extends React.Component {
<FormGroup controlId='jobs'>
<FormControl
type='text'
+ className="pf-c-form-control"
placeholder='job name'
defaultValue={filter}
inputRef={i => this.filter = i}