awx/awx/ui/client/src/credentials/index.controller.js
2017-06-12 09:53:11 -04:00

13 lines
181 B
JavaScript

function IndexController () {
let vm = this;
vm.panel = {
title: 'Credentials',
titleBadge: 5
};
}
// IndexController.$inject = [];
export default IndexController;