mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update BackendSelector.tsx
This commit is contained in:
parent
134f4ed074
commit
b13d5fbdb1
1 changed files with 3 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ function BackendOptionItem({
|
|||
) : option.meta ? (
|
||||
<div>
|
||||
<p className="text-white font-medium">{option.meta.name}</p>
|
||||
<p className="text-type-secondary text-sm">
|
||||
{option.meta.description}
|
||||
</p>
|
||||
<p className="text-type-secondary text-sm">{hostname}</p>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue