mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Reorganizes the network-ui code under awx/client/src/network-ui
* Moves network UI source to awx/client/src/network-ui * Moves network ui partials to awx/ui/client/network-ui * Renames widgets with suffix partial.svg * Updates directives to use bundled partials * Uses ~network-ui for loading UI component
This commit is contained in:
8
awx/ui/client/src/network-ui/link.directive.js
Normal file
8
awx/ui/client/src/network-ui/link.directive.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Copyright (c) 2017 Red Hat, Inc. */
|
||||
|
||||
const templateUrl = require('~network-ui/link.partial.svg');
|
||||
|
||||
function link () {
|
||||
return { restrict: 'A', templateUrl};
|
||||
}
|
||||
exports.link = link;
|
||||
Reference in New Issue
Block a user