Skip to content

Commit 11746ce

Browse files
Minor pr fixes
1 parent d88660c commit 11746ce

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

app/javascript/components/vm-snapshot-tree-select/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const VMSnapshotTreeSelect = ({
1616
<div className="snapshot-detail-title">
1717
<p>
1818
<b>
19-
Description
19+
{__('Description')}
2020
</b>
2121
</p>
2222
</div>
@@ -28,7 +28,7 @@ const VMSnapshotTreeSelect = ({
2828
<div className="snapshot-detail-title" id="size-title">
2929
<p>
3030
<b>
31-
Size
31+
{__('Size')}
3232
</b>
3333
</p>
3434
</div>
@@ -40,7 +40,7 @@ const VMSnapshotTreeSelect = ({
4040
<div className="snapshot-detail-title" id="created-title">
4141
<p>
4242
<b>
43-
Created
43+
{__('Created')}
4444
</b>
4545
</p>
4646
</div>

app/javascript/components/vm-snapshot-tree-select/snapshot-tree.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,4 @@ SnapshotTree.propTypes = {
171171
setSnapshot: PropTypes.func.isRequired,
172172
};
173173

174-
SnapshotTree.defaultProps = {
175-
};
176-
177174
export default SnapshotTree;

app/javascript/components/vm-snapshot-tree-select/styles.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
margin-right: 30px;
1212
}
1313

14-
#size-title {
15-
}
16-
17-
#created-title {
18-
}
19-
2014
.snapshot-detail-value {
2115
display: inline-flex;
2216
}

0 commit comments

Comments
 (0)