web: add filter to measures page, cleanup styling.
This commit is contained in:
1
web/src/models.d.ts
vendored
1
web/src/models.d.ts
vendored
@ -16,6 +16,7 @@ export interface LoginSubmit {
|
||||
|
||||
export interface MeasureConfig {
|
||||
type: MeasureType;
|
||||
isVisible: boolean;
|
||||
}
|
||||
|
||||
export interface ListMeasureConfig extends MeasureConfig { }
|
||||
|
Reference in New Issue
Block a user