[GH-ISSUE #85] It is possible to not view the message: "tail -F xxx" #62

Closed
opened 2026-03-03 16:04:07 +03:00 by kerem · 7 comments
Owner

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

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
kerem 2026-03-03 16:04:07 +03:00
Author
Owner

@mthenw commented on GitHub (Dec 28, 2016):

Do you mean hiding whole top bar (with a search field) or only text saying "tail -f ..."?

<!-- gh-comment-id:269474489 --> @mthenw commented on GitHub (Dec 28, 2016): Do you mean hiding whole top bar (with a search field) or only text saying "tail -f ..."?
Author
Owner

@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.

<!-- gh-comment-id:269474728 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:269476869 --> @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.
Author
Owner

@mthenw commented on GitHub (Jan 20, 2017):

title attribute and text-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?

<!-- gh-comment-id:273984884 --> @mthenw commented on GitHub (Jan 20, 2017): `title` attribute and `text-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?
Author
Owner

@jabrena commented on GitHub (Jan 20, 2017):

Yes, mate

<!-- gh-comment-id:274013690 --> @jabrena commented on GitHub (Jan 20, 2017): Yes, mate
Author
Owner

@jabrena commented on GitHub (Feb 9, 2017):

Today, I found the HTML code to omit title:

<span class="navbar-brand" href="#">tail -F __TITLE__</span>

I will check how to send the variable Data in order to not inject in the web document.

<!-- gh-comment-id:278658139 --> @jabrena commented on GitHub (Feb 9, 2017): Today, I found the HTML code to omit title: ``` <span class="navbar-brand" href="#">tail -F __TITLE__</span> ``` I will check how to send the variable Data in order to not inject in the web document.
Author
Owner

@philippwaller commented on GitHub (Mar 14, 2018):

Check out the pull request (#116) from syberkitten. He has developed an option to override the title.

<!-- gh-comment-id:373103575 --> @philippwaller commented on GitHub (Mar 14, 2018): Check out the pull request (#116) from syberkitten. He has developed an option to override the title.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#62
No description provided.