mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
Styling update on the activity stream action details modal. Removed its dependency on the form generator and moved it out into a directive.
This commit is contained in:
11
awx/ui/client/src/activity-stream/streamDetailModal/main.js
Normal file
11
awx/ui/client/src/activity-stream/streamDetailModal/main.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/*************************************************
|
||||
* Copyright (c) 2015 Ansible, Inc.
|
||||
*
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
import streamDetailModalDirective from './streamDetailModal.directive';
|
||||
|
||||
export default
|
||||
angular.module('streamDetailModal', [])
|
||||
.directive('streamDetailModal', streamDetailModalDirective);
|
||||
Reference in New Issue
Block a user