mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
function IndexController () {
|
|
let vm = this;
|
|
|
|
vm.panel = {
|
|
title: 'Credentials',
|
|
titleBadge: 5
|
|
};
|
|
}
|
|
|
|
// IndexController.$inject = [];
|
|
|
|
export default IndexController;
|