update git module
This commit is contained in:
parent
b5cb469a30
commit
b529a5eaa2
7 changed files with 62 additions and 51 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue