mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Add Config model
* Add ability to configurably cache API responses per model * Fix general error display on credentials * Add current version from API to the documentation link
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Base from './Base';
|
||||
import Config from './Config';
|
||||
import Credential from './Credential';
|
||||
import CredentialType from './CredentialType';
|
||||
import Me from './Me';
|
||||
@@ -7,6 +8,7 @@ import Organization from './Organization';
|
||||
angular
|
||||
.module('at.lib.models', [])
|
||||
.service('BaseModel', Base)
|
||||
.service('ConfigModel', Config)
|
||||
.service('CredentialModel', Credential)
|
||||
.service('CredentialTypeModel', CredentialType)
|
||||
.service('MeModel', Me)
|
||||
|
||||
Reference in New Issue
Block a user