Skip to content

Commit

Permalink
Bug 1872113: Set proper layout for PVC Details page
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadvig committed Aug 25, 2020
1 parent bb1bf24 commit 4fa9ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/public/components/persistent-volume-claim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ const Details_ = ({ flags, obj: pvc }) => {
</div>
)}
<div className="row">
<div className="col-md-4 col-xl-5">
<div className="col-sm-6">
<ResourceSummary resource={pvc}>
<dt>Label Selector</dt>
<dd data-test-id="pvc-name">
<Selector selector={labelSelector} kind="PersistentVolume" />
</dd>
</ResourceSummary>
</div>
<div className="col-md-4 col-xl-5">
<div className="col-sm-6">
<dl>
<dt>Status</dt>
<dd data-test-id="pvc-status">
Expand Down

0 comments on commit 4fa9ad4

Please sign in to comment.