Skip to content
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

Message not fetched when changing page with navbar #828

Open
LukeFiddy opened this issue Nov 15, 2024 · 0 comments
Open

Message not fetched when changing page with navbar #828

LukeFiddy opened this issue Nov 15, 2024 · 0 comments

Comments

@LukeFiddy
Copy link

LukeFiddy commented Nov 15, 2024

Describe the bug
The request for the message is not sent when changing page using the navbar. upon refreshing the page the request is sent and the message is displayed. Setting the refreshInterval does not cause the request to be sent after the interval either.

Expected behavior
Upon changing page, the request for the message should be sent and the message should be displayed.

Configuration
table.yml:

---
message:
  url: /lb-info
  title: 'Static IP Table'
  mapping:
    content: 'table'
  content: 'Message could not be loaded, try refreshing'

config.yml excerpt:

links:
  - name: "Home"
    icon: 
    url: "#" 

  - name: "Static IP table"
    icon: 
    url: "#table" 


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant