Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const CacheDebugLog = () => {
<div id="jb-dashboard" className="jb-dashboard jb-dashboard--main">
<div className={ clsx( 'jb-section jb-section--main', styles.section ) }>
<div className="jb-container">
<div id="jp-admin-notices" className="jetpack-boost-jitm-card" />
<header className={ styles.header }>
<h3>{ __( 'Jetpack Boost Cache Log Viewer', 'jetpack-boost' ) }</h3>
<CopyToClipboard
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Add JITM notices slot to cache debug log page so notices render below the header instead of above it.
Loading