Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / metadata.js @ d22d9f7b

History | View | Annotate | Download (224 Bytes)

1
var statusText ={
2
    'off'      : 'STOPPED',
3
    'error'    : 'ERROR',
4
    'building' : 'BUILDING',
5
    'running'  : 'RUNNING',
6
    'rebooting': 'REBOOTING',
7
    'starting' : 'STARTING',
8
    'shutting' : 'SHUTTING DOWN',
9
};