-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show device domains if multiple are found #2874
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor question, but looks good to me!
@@ -647,6 +647,7 @@ export const devicesFromDevicesWithUsage = ({ | |||
|
|||
const authenticator = { | |||
alias: device.alias, | |||
rpId: domainLabel(device, devices_), | |||
last_usage: device.last_usage, | |||
warn: domainWarning(device), | |||
info: domainInfo(device, devices_), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still want the domainInfo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'll move this tooltip (explanation part of the tooltip) to this domain line itself instead.
Show device domains if multiple are found.
Changes
rpId
property toAuthenticator
.domainInfo
.domainInfo
intodomainLabel
to just get the rp Id instead of a TemplateResult.rpId
if it's non-nullish, see screenshot below.🟡 Some screens were changed