Skip to content

Commit

Permalink
S3 objects lifecycle GUI (#2759) - History: root & glob mismatch fixe…
Browse files Browse the repository at this point in the history
…d; "transition rule(s)" text fixed
  • Loading branch information
rodichenko committed Sep 8, 2022
1 parent 28a40a9 commit 1e9d769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class LifeCycleCounter extends React.Component {
{rulesAmount}
</b>
<span>
rules for the folder.
rule{rulesAmount === 1 ? '' : 's'} for the folder.
</span>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@ class LifeCycleHistoryModal extends React.Component {
Root:
</span>
<span className={styles.headerText}>
{rule.objectGlob}
{rule.pathGlob}
</span>
</div>
<div className={styles.headerCell}>
<span className="cp-title">
Glob:
</span>
<span className={styles.headerText}>
{rule.pathGlob}
{rule.objectGlob}
</span>
</div>
<div className={styles.headerCell}>
Expand Down

0 comments on commit 1e9d769

Please sign in to comment.