mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #959 from leigh-johnson/ModalBackdrop
#875 add backdrop: static to modal.Constructor.DEFAULTS
This commit is contained in:
commit
f7ec61f452
@ -26,6 +26,8 @@
|
||||
var datepicker = $.fn.datepicker.noConflict();
|
||||
$.fn.systemTrackingDP = datepicker;
|
||||
|
||||
$.fn.modal.Constructor.DEFAULTS.backdrop = 'static';
|
||||
|
||||
return {
|
||||
// custom_logo: true // load /var/lib/awx/public/static/assets/custom_console_logo.png as the login modal header. if false, will load the standard tower console logo
|
||||
// custom_login_info: "example notice" // have a notice displayed in the login modal for users. note that, as a security measure, custom html is not supported and will be escaped.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user