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