Merge pull request #959 from leigh-johnson/ModalBackdrop

#875 add backdrop: static  to modal.Constructor.DEFAULTS
This commit is contained in:
Leigh 2016-02-15 12:17:18 -05:00
commit f7ec61f452

View File

@ -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.