We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the log-search-server wiki!
To create a bookmarklet that will rename the header within the app, paste the following into the link of your browser’s bookmark:
javascript:(function() { var newTitle = prompt("App Name", "Clarity"); $('#header > h1 > a').text(newTitle); })()