-
Notifications
You must be signed in to change notification settings - Fork 92
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
stylesheet is broken as of 2.2 #378
Comments
This usually has to do with the namespace in the stylesheet. I'll check. |
or maybe it could be an env var? i dont know much about stylesheets, so i dont know how dynamic it could be or how it would work. but it would be nice to be able to roll up and down schema versions without editing the file |
oops - accidentally close it |
They are static documents, so we would need the agent to preprocess the file. Currently it is just serving it as a text file with caching for files under a certain size. I can flag certain files for preprocessing. That wouldn’t be too difficult if it is a simple replace of tokens in the config file. On Dec 12, 2023, at 19:22, robot-ranger ***@***.***> wrote:
oops - accidentally close it
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
fixed in #403 |
fyi - if anyone needs to fix this on an existing container, the following command works:
(replace |
the stylesheet appears to be broken for me since 2.2. anyone else have this problem?
When i change the agent.cfg and devices.xml back to
2.0
, it works as expected.2.2
and it appears like above.no issues with client-end apps; the xml appears to be in good shape, so i think its just the stylesheet
The text was updated successfully, but these errors were encountered: