commit | 0c50c9b16eecbd1e01735ffde61c5d1d4581d8bc | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue Jun 11 20:07:08 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Thu Jun 13 12:49:05 2024 +0000 |
tree | a0ebda8b0b03df852ef7cd0ad390d47b496aefa3 | |
parent | a90bd5ebb7e4c3c919912b3897f177ae61b6f08c [diff] |
gr-repo-commands: Use h2 for "Run GC" Release-Notes: gr-repo-commands: Use h2 for "Run GC" Change-Id: Ifedc5e858955cc64f43c9556a1dc0d3aacd6e34c (cherry picked from commit 93a64d4cfce8295be1f8eff864c13baef9fa6417)
diff --git a/polygerrit-ui/app/elements/admin/gr-repo-commands/gr-repo-commands.ts b/polygerrit-ui/app/elements/admin/gr-repo-commands/gr-repo-commands.ts index 1a0eeea..7edfe2b 100644 --- a/polygerrit-ui/app/elements/admin/gr-repo-commands/gr-repo-commands.ts +++ b/polygerrit-ui/app/elements/admin/gr-repo-commands/gr-repo-commands.ts
@@ -208,7 +208,7 @@ return; return html` - <h3 class="heading-3">${this.repoConfig?.actions['gc']?.label}</h3> + <h2 class="heading-2">${this.repoConfig?.actions['gc']?.label}</h2> <gr-button title=${this.repoConfig?.actions['gc']?.title || ''} ?loading=${this.runningGC}