Add back support for reinstalling a server
This commit is contained in:
parent
dfefd8845b
commit
7d45379f31
3 changed files with 28 additions and 23 deletions
|
@ -61,6 +61,10 @@ class Server extends Validable
|
|||
*/
|
||||
const RESOURCE_NAME = 'server';
|
||||
|
||||
const STATUS_INSTALLING = 0;
|
||||
const STATUS_INSTALLED = 1;
|
||||
const STATUS_INSTALL_FAILED = 2;
|
||||
|
||||
/**
|
||||
* The table associated with the model.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue