mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Support isolated build for documentation examples
This commit is contained in:
1
awx/ui/static/js/docs.js
Normal file
1
awx/ui/static/js/docs.js
Normal file
@@ -0,0 +1 @@
|
||||
import 'tower/debug';
|
||||
@@ -1,4 +1,4 @@
|
||||
import smartStatusDirective from 'tower/smart-status/smart-status.directive.js';
|
||||
import smartStatusDirective from 'tower/smart-status/smart-status.directive';
|
||||
export default
|
||||
angular.module('systemStatus', [])
|
||||
.directive('awSmartStatus', smartStatusDirective);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import smartStatusController from 'tower/smart-status/smart-status.controller.js';
|
||||
import smartStatusController from 'tower/smart-status/smart-status.controller';
|
||||
export default [ function() {
|
||||
return {
|
||||
scope: {
|
||||
|
||||
Reference in New Issue
Block a user