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:
parent
90e25e9df4
commit
70cff75096
14 changed files with 2970 additions and 3 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue