Skip to content

Commit 64ab2cb

Browse files
Merge 2c9bf4b into temp-cherry-pick-627797-version-2025.2
2 parents f9a2d0f + 2c9bf4b commit 64ab2cb

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

web/src/user/UserInterface.ts

+14-6
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,21 @@ class UserInterfacePresentation extends AKElement {
165165
}
166166

167167
return html`<a
168-
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
169-
href="${globalAK().api.base}if/admin/"
170-
slot="extra"
171-
>
172-
${msg("Admin interface")}
173-
</a>`;
168+
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none pf-u-display-block-on-md"
169+
href="${globalAK().api.base}if/admin/"
170+
slot="extra"
171+
>
172+
${msg("Admin interface")}
173+
</a>
174+
<a
175+
class="pf-c-button pf-m-secondary pf-m-small pf-u-display-none-on-md pf-u-display-block"
176+
href="${globalAK().api.base}if/admin/"
177+
slot="extra"
178+
>
179+
${msg("Admin")}
180+
</a>`;
174181
}
182+
175183
render() {
176184
// The `!` in the field definitions above only re-assure typescript and eslint that the
177185
// values *should* be available, not that they *are*. Thus this contract check; it asserts

0 commit comments

Comments
 (0)