File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -165,13 +165,21 @@ class UserInterfacePresentation extends AKElement {
165
165
}
166
166
167
167
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 > ` ;
174
181
}
182
+
175
183
render ( ) {
176
184
// The `!` in the field definitions above only re-assure typescript and eslint that the
177
185
// values *should* be available, not that they *are*. Thus this contract check; it asserts
You can’t perform that action at this time.
0 commit comments