diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-13 23:24:58 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-13 23:24:58 +0200 |
commit | e2bdc76428139d265e72af91a713d0b7e269c29b (patch) | |
tree | 868ae40be499315989a1c5f212abdeb96754e733 /frontend/src/app/_data | |
parent | c6bc1bc4952173f61d1b1adf3b67cbd1c64e85b2 (diff) |
Izmenio Notifications, dodao automatsko osvezavanje dataset-load kada se dataset preprocesira. Ispravio bag sa grafom gde samo prva graf komponenta funkcionise.
Diffstat (limited to 'frontend/src/app/_data')
-rw-r--r-- | frontend/src/app/_data/Notification.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/app/_data/Notification.ts b/frontend/src/app/_data/Notification.ts index 181bb332..c505d399 100644 --- a/frontend/src/app/_data/Notification.ts +++ b/frontend/src/app/_data/Notification.ts @@ -3,6 +3,7 @@ export default class Notification { constructor( public title: string = 'Treniranje u toku...', public id: string = '042', - public progress: number = 0.5 + public progress: number = 0.5, + public hasProgress: boolean = false ) { } }
\ No newline at end of file |