Skip to content

Commit 6f53659

Browse files
committed
feat: Import ModuleStatus from @Shared/types in Header/types.ts
1 parent 8f4a0e3 commit 6f53659

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/Shared/Components/Header/types.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
import { ModuleStatus } from '@Shared/types'
1718
import { ResponseType, TippyCustomizedProps } from '../../../Common'
1819

1920
export enum InstallationType {
@@ -22,20 +23,6 @@ export enum InstallationType {
2223
ENTERPRISE = 'enterprise',
2324
}
2425

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-
3926
export interface PageHeaderType {
4027
headerName?: string
4128
showTabs?: boolean

0 commit comments

Comments
 (0)