mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
Modal dialog button color tweaks
This commit is contained in:
@@ -27,7 +27,7 @@ angular.module('EventsHelper', ['RestServices', 'Utilities', 'JobEventFormDefini
|
||||
scope.formModalHeader = 'View Event';
|
||||
scope.formModalCancelShow = false;
|
||||
|
||||
$('#form-modal .btn-success').removeClass('btn-success').addClass('btn-info');
|
||||
$('#form-modal .btn-success').removeClass('btn-success').addClass('btn-none');
|
||||
|
||||
// Retrieve detail record and prepopulate the form
|
||||
Rest.setUrl(defaultUrl);
|
||||
|
||||
Reference in New Issue
Block a user