chore(xo-server): improve style of login buttons (#3913)
xoa-support#1138
This commit is contained in:
parent
12bbdba82c
commit
c51aad61eb
@ -18,6 +18,7 @@
|
||||
- [VM] Ability to export a VM with zstd compression [#3773](https://github.com/vatesfr/xen-orchestra/issues/3773) (PR [#3891](https://github.com/vatesfr/xen-orchestra/pull/3891))
|
||||
- [Host/network] Display PIF speed [#3887](https://github.com/vatesfr/xen-orchestra/issues/3887) (PR [#3901](https://github.com/vatesfr/xen-orchestra/pull/3901))
|
||||
- [SR] Display iscsi paths and mark the SR with a yellow dot if one path is not available. [#3659](https://github.com/vatesfr/xen-orchestra/issues/3659) (PR [#3829](https://github.com/vatesfr/xen-orchestra/pull/3829))
|
||||
- [UI] Unifies the Signin buttons (PR [#3913](https://github.com/vatesfr/xen-orchestra/pull/3913))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
@ -33,6 +33,9 @@ html
|
||||
i.fa.fa-sign-in
|
||||
| Sign in
|
||||
else
|
||||
div.mb-2
|
||||
each label, id in strategies
|
||||
div: a(href = 'signin/' + id).btn.btn-block.btn-primary.mb-1 Sign in with #{label}
|
||||
form(action = 'signin/local' method = 'post')
|
||||
fieldset
|
||||
.input-group.mb-1
|
||||
@ -66,5 +69,3 @@ html
|
||||
button.btn.btn-block.btn-info
|
||||
i.fa.fa-sign-in
|
||||
| Sign in
|
||||
each label, id in strategies
|
||||
div: a(href = 'signin/' + id) Sign in with #{label}
|
||||
|
Loading…
Reference in New Issue
Block a user