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
Long hostnames cause template filter to go off page #2888
Comments
same behaviour is seen in 1.2.5 |
to re-create create a device like so |
Is that with a device with a domain name, or just a device name? What if we provide an option to strip domains? |
It's a combination of both
A device that shows the domain it would be cool if there would be an option
to strip the domain
I think it would be good if the tree could be frozen so it won't expand and
crunch out the right side of the window or something like that
…On Sun., Aug. 11, 2019, 2:47 p.m. Jimmy Conner, ***@***.***> wrote:
Is that with a device with a domain name, or just a device name? What if
we provide an option to strip domains?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2888?email_source=notifications&email_token=ADGEXTDCBAAXU6MGK3K3Y33QEBNENA5CNFSM4IKWGXOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4BGNQY#issuecomment-520251075>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADGEXTH6IXJTVGIFVUYWEXTQEBNENANCNFSM4IKWGXOA>
.
|
How about limiting how many characters are displayed in the tree ?
On Sun., Aug. 11, 2019, 2:50 p.m. Sean Mancini, <sean@seanmancini.com>
wrote:
… It's a combination of both
A device that shows the domain it would be cool if there would be an
option to strip the domain
I think it would be good if the tree could be frozen so it won't expand
and crunch out the right side of the window or something like that
On Sun., Aug. 11, 2019, 2:47 p.m. Jimmy Conner, ***@***.***>
wrote:
> Is that with a device with a domain name, or just a device name? What if
> we provide an option to strip domains?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#2888?email_source=notifications&email_token=ADGEXTDCBAAXU6MGK3K3Y33QEBNENA5CNFSM4IKWGXOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4BGNQY#issuecomment-520251075>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADGEXTH6IXJTVGIFVUYWEXTQEBNENANCNFSM4IKWGXOA>
> .
>
|
This is an issue that I raised a long while ago as it also should be resizable on the tree listing of the graphs. |
I think we should move the tree panels to flex layout since we don't care about IE10 any longer. That'll fix this issue, and then we can simply set an overflow on the tree div. |
That sounds like a plan, we should implement that feature in 1.3. |
Hey guys is still slated for 1.3 ? |
The only thing I would be willing to do is provide a strip domain setting in 1.2.x. Above that, we have a number of major filter enhancements that we plan to make longer term that would accommodate wider columns and full filters on mobile devices. That's all pretty far out right now due to all of our schedulers. |
The strip domain function would be awesome and in my case eliminate most of
the long names
…On Sat., Nov. 9, 2019, 7:07 p.m. Jimmy Conner, ***@***.***> wrote:
The only thing I would be willing to do is provide a strip domain setting
in 1.2.x. Above that, we have a number of major filter enhancements that we
plan to make longer term that would accommodate wider columns and full
filters on mobile devices. That's all pretty far out right now due to all
of our schedulers.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2888?email_source=notifications&email_token=ADGEXTHVT4D5D43R4VL4E6TQS5GDJA5CNFSM4IKWGXOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDUSA6Q#issuecomment-552149114>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGEXTD7HU3OGGR3AWFF7K3QS5GDJANCNFSM4IKWGXOA>
.
|
Poller replication is every 8 hours
…On Sat., Nov. 9, 2019, 7:09 p.m. Sean Mancini, ***@***.***> wrote:
The strip domain function would be awesome and in my case eliminate most
of the long names
On Sat., Nov. 9, 2019, 7:07 p.m. Jimmy Conner, ***@***.***>
wrote:
> The only thing I would be willing to do is provide a strip domain setting
> in 1.2.x. Above that, we have a number of major filter enhancements that we
> plan to make longer term that would accommodate wider columns and full
> filters on mobile devices. That's all pretty far out right now due to all
> of our schedulers.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#2888?email_source=notifications&email_token=ADGEXTHVT4D5D43R4VL4E6TQS5GDJA5CNFSM4IKWGXOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDUSA6Q#issuecomment-552149114>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADGEXTD7HU3OGGR3AWFF7K3QS5GDJANCNFSM4IKWGXOA>
> .
>
|
Long hostnames addressed here: #3079 |
I think this will be fully resolved in 1.2.8. Due to the use of the new changes in the jquery ui select filter. |
* Any tree or branch with a long name force main content off screen * Long hostnames cause template filter to go off page * Tree view cuts off at the bottom of page on modern theme * Introducing new settings Min Tree Width and Max Tree Width in Settings > Visual and User Profile. * Corrects a major slowdown in graph templates are presented due to removal of very slow textWidth() function.
Hey Everyone
I notice that when you have a long hostname in a tree that the page doesn't format properly
the template filter gets pushed off the page and you cant select anything
it seems after 40 or so characters this happens
if you go to another tree without the long hostname the drop-down still doesn't appear you need to reload the page for it to show-up
Tested this on chrome,firefox
The text was updated successfully, but these errors were encountered: