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:
parent
b48aa1274d
commit
eba5879ec8
29 changed files with 717 additions and 445 deletions
|
@ -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,
|
||||
|
|
1
app/portainer/users/types/user-id.ts
Normal file
1
app/portainer/users/types/user-id.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export type UserId = number;
|
Loading…
Add table
Add a link
Reference in a new issue