GUACAMOLE-302: Additions made to every remaining field (every field except username and password) so that they can now be manually focussed using the custom guacFocus directive.

This commit is contained in:
m-khan-glyptodon
2019-06-18 12:18:30 -07:00
parent eb50c5c0e8
commit cfefd11e90
9 changed files with 10 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
<!-- Available time zone regions -->
<select class="time-zone-region"
ng-disabled="disabled"
guac-focus="focused"
ng-model="region"
ng-options="name for name in regions | orderBy: name"></select>