-
Notifications
You must be signed in to change notification settings - Fork 17
Fix: serversTransports from Pangolin config not passed through to Tra… #104
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -101,7 +101,7 @@ export function DataSourceSettings() { | |||||
| Data Source Settings | ||||||
| </DialogTitle> | ||||||
| <DialogDescription> | ||||||
| Configure your data source connections for Pangolin or Traefik API | ||||||
| Configure your data source connections for Pangolin or Traefik API --Traefik api will not function on pangolin stack/api,dont switch | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This user-facing description appears to contain a developer note (
Suggested change
|
||||||
| </DialogDescription> | ||||||
| </DialogHeader> | ||||||
|
|
||||||
|
|
@@ -178,7 +178,7 @@ export function DataSourceSettings() { | |||||
| <Input | ||||||
| value={editUrl} | ||||||
| onChange={(e) => setEditUrl(e.target.value)} | ||||||
| placeholder="http://localhost:8080" | ||||||
| placeholder="http://gerbil:8080" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The placeholder text was changed to use a specific hostname,
Suggested change
|
||||||
| /> | ||||||
| </div> | ||||||
| <div className="grid grid-cols-2 gap-2"> | ||||||
|
|
||||||
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.
This description now tells users that the Traefik API “will not function” and explicitly says not to switch, which contradicts the data-source switching workflow in this component and backend support for a Traefik source. In environments where Traefik is intentionally used, this message will steer users away from the correct configuration path and can lead to avoidable connection/support issues.
Useful? React with 👍 / 👎.