Skip to content

Commit

Permalink
UI: refactor consumption history (#2218)
Browse files Browse the repository at this point in the history
* refactor consumption history

* update chart to new genericChart standard
phases and total popover, refactor to use two way binding

---------

Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
lukasrgr and sfeilmeier authored Nov 24, 2023
1 parent ef8455d commit cf28f69
Show file tree
Hide file tree
Showing 36 changed files with 1,481 additions and 3,626 deletions.
6 changes: 4 additions & 2 deletions ui/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
}
}
},
"files.eol": "\n",
"files.insertFinalNewline": true
}
5 changes: 5 additions & 0 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"scripts": []
},
"configurations": {
"local": {
"karmaConfig": "karma.conf.local.js"
}
}
}
}
Expand Down
Loading

0 comments on commit cf28f69

Please sign in to comment.