You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two html reports, one with all history stats.html and one for today today-stats.html (generated with --keep-last=1)
I want to have different panels displayed on each report byt default, but settings in localStorage use same key name AppPrefs, so i t is common for both reports
Should be possible to add some prefix for localStorage to have AppPrefs separate for each report? but probable there is some more behind, and only separated AppPrefs wont be enough.
The text was updated successfully, but these errors were encountered:
What you means with term AppPrefs ? Is it Preferences from GOAccess run?
Or GOAccess for Panels and layout preferences?
Whatever, you can do this from specify different a goaccess.conf for each case.
I.E... you can have two CONFs, one for stat.html and other for today-stats.html.
For more detail you can read about this in manual page here at File Options section,
specifically at --config-file= option.
Hi @0bi-w6n-K3nobi
I mean localStorage in browser use same key AppPrefs, so if I change settings on stats.html it also change settings on today-stats.html
Yeah... I understood now. I seems that.
Well, maybe @allinurl can add option for different contexts.
I.E. create the possibility add on suffix, prefix or name for that.
...
For now, on workaround you maybe create different profiles at you browser, one for each.
Hi
I have two html reports, one with all history
stats.html
and one for todaytoday-stats.html
(generated with--keep-last=1
)I want to have different panels displayed on each report byt default, but settings in
localStorage
use same key nameAppPrefs
, so i t is common for both reportsShould be possible to add some prefix for
localStorage
to haveAppPrefs
separate for each report? but probable there is some more behind, and only separatedAppPrefs
wont be enough.The text was updated successfully, but these errors were encountered: