mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
10 lines
187 B
JavaScript
10 lines
187 B
JavaScript
function atPanel () {
|
|
return {
|
|
restrict: 'E',
|
|
transclude: true,
|
|
templateUrl: 'static/partials/components/panel.partial.html'
|
|
};
|
|
}
|
|
|
|
export default atPanel;
|