1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

Added custom html info on login page

This commit is contained in:
Adolfo Gómez García 2020-06-19 15:07:07 +02:00
parent 53315552e3
commit 886cd8bb74
2 changed files with 3 additions and 0 deletions

View File

@ -52,5 +52,7 @@
</button>
</div>
</div>
<div class="site-info" [innerHTML] = "api.config.site_information | safeHtml">
</div>
</div>
</form>

View File

@ -48,6 +48,7 @@ export interface UDSConfig {
readonly site_copyright_info: string;
readonly site_copyright_link: string;
readonly site_logo_name: string;
readonly site_information: string;
readonly messages: UDSMessages;
readonly urls: UDSUrls;
}