1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

- Add fonts

This commit is contained in:
Mumshad Mannambeth 2017-07-07 12:15:12 -04:00
parent 90e25e9df4
commit 70cff75096
14 changed files with 2970 additions and 3 deletions

View file

@ -8,7 +8,7 @@ export function customModulesService($http,Projects) {
var uri = '/api/custom_modules';
this.get = function(successCallback,errorCallback){
$http.post(uri + '/query',{ansibleEngine:Projects.selectedProject.ansibleEngine}).then(successCallback,errorCallback)
$http.post(uri + '/list',{ansibleEngine:Projects.selectedProject.ansibleEngine}).then(successCallback,errorCallback)
};
this.show = function(customModule,successCallback,errorCallback){