mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 03:31:04 +01:00
fix(system): fixed issue of get back-end templates list
This commit is contained in:
@@ -211,6 +211,15 @@
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* getTemplateBackConfigFiles
|
||||
*/
|
||||
vm.getTemplateBackConfigFiles = function () {
|
||||
SystemsService.getSystemTemplateBackConfigFiles(function (res) {
|
||||
vm.templateBackConfigFiles = res;
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* getMarkedConfigContent
|
||||
* @returns {*}
|
||||
|
||||
Reference in New Issue
Block a user