We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't like the default view. I prefer the view obtained when I click on "display all details". Is it possible to change the default ?
The text was updated successfully, but these errors were encountered:
Displaying all details generate a lot of SQL requests. You can apply this patch to get all details by default :
Sorry, something went wrong.
diff --git a/wiremaps/web/static/wiremaps.js b/wiremaps/web/static/wiremaps.js index 06a7c66..c395f0b 100644 --- a/wiremaps/web/static/wiremaps.js +++ b/wiremaps/web/static/wiremaps.js @@ -192,6 +192,7 @@ function loadEquipment(ip) $("div#actions #refresh").show(); hideMessage(); $(document).scrollTop($("div#application").offset().top); + $("div#actions #details a").click(); }}); }
Thanks. But it doesn't seem to work.
No branches or pull requests
I don't like the default view. I prefer the view obtained when I click on "display all details". Is it possible to change the default ?
The text was updated successfully, but these errors were encountered: