Skip to content

Commit

Permalink
rename path to prefix for object store snapshot destinations (#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell authored May 28, 2024
1 parent ff3ea94 commit cbe28e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/components/snapshots/SnapshotStorageDestination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ class SnapshotStorageDestination extends Component<Props, State> {
<div className="flex flex-column u-marginBottom--30">
<div className="u-marginBottom--5">
<p className="u-fontSize--normal card-item-title u-fontWeight--bold u-lineHeight--normal u-marginBottom--10">
Path
Prefix
</p>
<input
type="text"
Expand Down Expand Up @@ -1012,7 +1012,7 @@ class SnapshotStorageDestination extends Component<Props, State> {
<div className="flex u-marginBottom--15">
<div className="flex1 u-paddingRight--5">
<p className="u-fontSize--normal card-item-title u-fontWeight--bold u-lineHeight--normal u-marginBottom--10">
Path
Prefix
</p>
<input
type="text"
Expand Down Expand Up @@ -1163,7 +1163,7 @@ class SnapshotStorageDestination extends Component<Props, State> {
<div className="flex u-marginBottom--5">
<div className="flex1 u-paddingRight--5">
<p className="u-fontSize--normal card-item-title u-fontWeight--bold u-lineHeight--normal u-marginBottom--10">
Path
Prefix
</p>
<input
type="text"
Expand Down Expand Up @@ -1264,7 +1264,7 @@ class SnapshotStorageDestination extends Component<Props, State> {
<div className="flex u-marginBottom--15">
<div className="flex1 u-paddingRight--5">
<p className="u-fontSize--normal card-item-title u-fontWeight--bold u-lineHeight--normal u-marginBottom--10">
Path
Prefix
</p>
<input
type="text"
Expand Down

0 comments on commit cbe28e8

Please sign in to comment.