Seems a good idea, I'm giving it a try.
I was already able to build a .jar file in the extensions directory as
explained there, with the same example they provide (a footer in the
login page) and it works!
The problem now is that the example worked because I already knew I was
looking for the ".login-ui .login-dialog" SELECTOR, but I haven't
figured out how to find a selector corresponding to that area (guacamole
proxy) or something close. Haven't found some reference for that (or any
other) part/selector...
Any ideas???
THANKS!!!!
El 2021-08-13 06:58, Nick Couchman escribió:
On Fri, Aug 13, 2021 at 2:27 AM Alejandro Hernandez
<[email protected]> wrote:
Hello again! now a not so simple situation.
When configuring or editing a connection, in the area below balancing
are the settings for GUACAMOLE PROXY (GUACAD)
I want to remove that part so no other administrator places anything
there.
I'm not using the option, it should go blank so I guess is possible
but haven't figured out how or where is the template to eliminate that
part.
Any suggestions???
There's not a real easy way to do this, but I have one idea - you could
try to implement a custom extension, similar to a branding extension,
and try to JS+CSS to hide it. I've not tried this at all, so I don't
know either a) how successful it will be, or b) exactly how to do it,
but it's just the first thing that comes to mind. You can check the
documentation for guacamole-ext, which describes how to modify the
various elements of the web UI with custom extensions:
http://guacamole.apache.org/doc/gug/guacamole-ext.html
-NIck