Move state enums to the model code
This commit is contained in:
@@ -63,9 +63,9 @@ var AUDIT_SOURCE = {
|
||||
var APP_0 = {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_INSTALLED,
|
||||
installationState: apps.ISTATE_INSTALLED,
|
||||
error: null,
|
||||
runState: appdb.RSTATE_RUNNING,
|
||||
runState: apps.RSTATE_RUNNING,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
manifest: { version: '0.1', dockerImage: 'docker/app0', healthCheckPath: '/', httpPort: 80, title: 'app0' },
|
||||
|
||||
Reference in New Issue
Block a user