mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUAC-1176: Provide user with help text during login. Style continuation dialog differently. Add continue button.
This commit is contained in:
@@ -35,6 +35,14 @@ angular.module('login').directive('guacLogin', [function guacLogin() {
|
||||
// Login directive scope
|
||||
directive.scope = {
|
||||
|
||||
/**
|
||||
* An optional instructional message to display within the login
|
||||
* dialog.
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
helpText : '=',
|
||||
|
||||
/**
|
||||
* The login form or set of fields. This will be displayed to the user
|
||||
* to capture their credentials.
|
||||
|
Reference in New Issue
Block a user