mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
* 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
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
/* Copyright (c) 2017 Red Hat, Inc. */
|
|
|
|
const templateUrl = require('~network-ui/link.partial.svg');
|
|
|
|
function link () {
|
|
return { restrict: 'A', templateUrl};
|
|
}
|
|
exports.link = link;
|