mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
About dialog
Made cow centered on small viewport. Added resizable option to Modal module. The About dialog is no longer resizable.
This commit is contained in:
@@ -68,10 +68,12 @@ angular.module('AboutAnsibleHelpModal', ['RestServices', 'Utilities','ModalDialo
|
||||
width: 700,
|
||||
height: 380,
|
||||
minWidth: 300,
|
||||
resizable: false,
|
||||
// title: , //'<img src="static/img/tower_login_logo.png">' ,//'About Ansible',
|
||||
callback: 'DialogReady',
|
||||
onOpen: function(){
|
||||
$('#dialog-ok-button').focus();
|
||||
$('#about-modal-dialog').scrollTop(0);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user