mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Minor code style changes to make diffs more readable
Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
parent
2292f2624c
commit
a834e918ca
@ -30,8 +30,8 @@ export interface UserPreferences {
|
|||||||
downloadBinariesPath?: string;
|
downloadBinariesPath?: string;
|
||||||
kubectlBinariesPath?: string;
|
kubectlBinariesPath?: string;
|
||||||
openAtLogin?: boolean;
|
openAtLogin?: boolean;
|
||||||
tableSizeConfig?: TableSizeConfig;
|
|
||||||
hiddenTableColumns?: Record<string, string[]>
|
hiddenTableColumns?: Record<string, string[]>
|
||||||
|
tableSizeConfig?: TableSizeConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class UserStore extends BaseStore<UserStoreModel> {
|
export class UserStore extends BaseStore<UserStoreModel> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user