1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 07:15:23 +02:00

feat(home): change layout of env tile [EE-4479] (#8061)

This commit is contained in:
Chaim Lev-Ari 2022-12-07 16:51:20 +02:00 committed by GitHub
parent b48aa1274d
commit eba5879ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 717 additions and 445 deletions

View file

@ -1,6 +1,8 @@
import { EnvironmentId } from '@/react/portainer/environments/types';
export type UserId = number;
import { UserId } from './types/user-id';
export { type UserId };
export enum Role {
Admin = 1,

View file

@ -0,0 +1 @@
export type UserId = number;