mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Add partial implementation of tabs and tab groups
This commit is contained in:
@@ -3,7 +3,10 @@ function atPanelBody (pathService) {
|
||||
restrict: 'E',
|
||||
replace: true,
|
||||
transclude: true,
|
||||
templateUrl: pathService.getPartialPath('components/panel/body')
|
||||
templateUrl: pathService.getPartialPath('components/panel/body'),
|
||||
scope: {
|
||||
state: '='
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user