update git module

This commit is contained in:
Kenta420 2023-10-03 17:00:35 +07:00
parent b5cb469a30
commit b529a5eaa2
7 changed files with 62 additions and 51 deletions

View file

@ -1,5 +1,5 @@
<main
class="relative overflow-auto max-h-[610px] shadow-md sm:rounded-lg"
class="relative overflow-auto max-h-[900px] shadow-md sm:rounded-lg"
#table
>
<table *ngIf="isLoaded" class="table">

View file

@ -30,7 +30,7 @@ export class DashboardComponent implements OnInit {
'Last Updated',
];
private offset = 0;
private take = 10;
private take = 20;
private recipeVersionData: string[] = [];
private currentRecipeVersion: string = 'coffeethai02_580.json';