Skip to content

Commit dd63545

Browse files
committed
fix(#4880): fix filtering and sorting in JournalTable (#5093)
1 parent 4d79b1f commit dd63545

5 files changed

Lines changed: 784 additions & 31 deletions

File tree

spring-boot-admin-server-ui/src/main/frontend/views/journal/InstanceEvent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
interface IInstanceEvent {
17+
export interface IInstanceEvent {
1818
instance: string;
1919
version: number;
2020
type: InstanceEventType;
21-
timestamp: Date | string;
21+
timestamp: Date;
2222
[key: string]: any;
2323
}
2424

0 commit comments

Comments
 (0)