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

UI Fixes #178

Open
5 tasks
juztas opened this issue Feb 25, 2025 · 1 comment
Open
5 tasks

UI Fixes #178

juztas opened this issue Feb 25, 2025 · 1 comment
Labels
Milestone

Comments

@juztas
Copy link
Collaborator

juztas commented Feb 25, 2025

  • Some URLs are not working (seems replace is not doing it correctly)
  • Address information on host (remove)
  • Debug Info (sense-o output) - leave Instance information at the top; while manifest move to the bottom move to the bottom
  • Get numbers on each lines, like Hop 1 Host..., Hop 2 Switch...
  • Hide mermaid and debug information - this should be available only if debug:True is set in the configuration or if sense-o sends task with debug=true parameter.
@juztas juztas added the v0.4 label Feb 25, 2025
@juztas juztas added this to the RTMon v0.4 milestone Feb 25, 2025
@juztas
Copy link
Collaborator Author

juztas commented Mar 4, 2025

Link for sense-o seems was deleted in this pull request: 11fdc99#diff-3f54cc6421712ce770476603516ad8a3fd5a51ccbc65eef26b4693d6011a3c67R293-L297

        uuid = kwargs.get('referenceUUID', None)
        senseodomain = kwargs.get('orchestrator', None)
        if uuid and senseodomain:
            url = url.replace("$$REPLACEMESENSEODOMAIN$$", senseodomain)
            url = url.replace("$$REPLACEMEDELTAUUID$$", uuid)

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

No branches or pull requests

1 participant