- Timestamp:
- 06/25/2026 05:56:08 PM (3 months ago)
- Branches:
- main
- Children:
- f0c3f83
- Parents:
- 6a51968
- File:
-
- 1 edited
-
src/views/pages/admin-updates.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-updates.ejs
r6a51968 r7a235bc 38 38 </div> 39 39 40 <% if (canCheck ) { %>40 <% if (canCheck && canSelfUpdate) { %> 41 41 <form method="post" action="/admin/updates/run" class="set-form" 42 42 onsubmit="return confirm('<%= t('aupd.run_confirm') %>');"> … … 45 45 </button> 46 46 </form> 47 <% } else if (typeof manualCommand !== 'undefined' && manualCommand && !upToDate) { %> 48 <p class="set-help" style="margin:.2rem 0 .45rem"><%= t('aupd.manual_hint') %></p> 49 <pre class="upd-cmd"><code><%= manualCommand %></code></pre> 47 50 <% } %> 48 51 … … 76 79 .upd-desc { color: var(--ink-muted); } 77 80 .upd-status { margin: 1.1rem 0; } 81 .upd-cmd { background: var(--paper); border: 1px solid var(--rule); border-radius: 6px; padding: .6rem .8rem; margin: 0; overflow-x: auto; } 82 .upd-cmd code { font-size: .9em; } 78 83 .upd-badge { font-size: .8rem; font-weight: 700; padding: .25rem .7rem; border-radius: 20px; } 79 84 .upd-badge.ok { background: #d1fae5; color: #065f46; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)