File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ import { ModuleStatus } from '@Shared/types'
17
18
import { ResponseType , TippyCustomizedProps } from '../../../Common'
18
19
19
20
export enum InstallationType {
@@ -22,20 +23,6 @@ export enum InstallationType {
22
23
ENTERPRISE = 'enterprise' ,
23
24
}
24
25
25
- export enum ModuleStatus {
26
- HEALTHY = 'healthy' ,
27
- NONE = 'none' ,
28
- UNKNOWN = 'unknown' ,
29
- UPGRADING = 'upgrading' ,
30
- UPGRADE_FAILED = 'upgradeFailed' ,
31
- // Module Status
32
- INSTALLED = 'installed' ,
33
- INSTALLING = 'installing' ,
34
- INSTALL_FAILED = 'installFailed' ,
35
- NOT_INSTALLED = 'notInstalled' ,
36
- TIMEOUT = 'timeout' ,
37
- }
38
-
39
26
export interface PageHeaderType {
40
27
headerName ?: string
41
28
showTabs ?: boolean
You can’t perform that action at this time.
0 commit comments