On Tue, Mar 26, 2019 at 10:32 AM Kamal Ezzaki <[email protected]>
wrote:
> Can you please help .
> so i need to add new file .html with this content :
>
> <meta name="replace" content=".login-ui .login-dialog">
>
> <div class="login-ui" ng-class="{error: loginError, continuation:
> isContinuation(), initial: !isContinuation()}" >
>
> <!-- Login error message -->
> <p class="login-error" translate="{{loginError.key}}"
> translate-values="{{loginError.variables}}"></p>
>
> <div class="login-dialog-middle">
>
> <div class="login-dialog">
>
> <form class="login-form" ng-submit="login()">
>
> <!-- Guacamole version -->
> <div>*<img src="newlogo.png">*</div>
>
>
So you're trying to re-brand the application? This is doable through the
extension interface that Mike mentioned:
http://guacamole.apache.org/doc/gug/guacamole-ext.html
If you look about 1/3 of the way down the page, there are a couple of
example guac-manifest.json files that are simple examples for branding,
including how to change the logo.
-Nick