Skip to content

Commit

Permalink
feat: update image sync (tooltip) information (#5352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher authored Mar 15, 2024
1 parent 2384eb4 commit 84ff164
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ const ImageListHeader = (): JSX.Element => {
<TooltipButton
className="u-nudge-right--small"
iconName="help"
message={`Enables automatic image updates (sync). The
region controller will check for new images every hour
and automatically sync them, if available, from the
stream configured below. Syncing at the rack controller
level occurs every 5 minutes and cannot be disabled.`}
message={`Enables hourly image updates (sync) from the source configured below.`}
/>
</span>
}
Expand Down

0 comments on commit 84ff164

Please sign in to comment.