mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #85] It is possible to not view the message: "tail -F xxx" #62
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jabrena on GitHub (Dec 28, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/85
Hi,
I am using frontail in a environment and I would like to know if exist a way to disable the message about: "tail -F xxxx"
Many thanks in advance.
Juan Antonio
@mthenw commented on GitHub (Dec 28, 2016):
Do you mean hiding whole top bar (with a search field) or only text saying "tail -f ..."?
@jabrena commented on GitHub (Dec 28, 2016):
Yes, when you handle several microservices, the title is large so it we could hide, it could be nice. It is responsability of the sys admin to load all log files.
@jabrena commented on GitHub (Dec 28, 2016):
One alternative, could be show something like: "tail -F ..." with an anchor and past all details on a title attribute:
http://www.w3schools.com/tags/att_global_title.asp
If you say the file to update, I could make a Pull Request if you like. :)
I suppose that adding a new parameter and updating the view, it could be enough.
@mthenw commented on GitHub (Jan 20, 2017):
titleattribute andtext-overflow: ellipsis;I think is the best solution for that. Don't have enough time to fix that right now. @jabrena are you interested in contributing?@jabrena commented on GitHub (Jan 20, 2017):
Yes, mate
@jabrena commented on GitHub (Feb 9, 2017):
Today, I found the HTML code to omit title:
I will check how to send the variable Data in order to not inject in the web document.
@philippwaller commented on GitHub (Mar 14, 2018):
Check out the pull request (#116) from syberkitten. He has developed an option to override the title.