Skip to content

Commit

Permalink
modified: tauri-ui/dist/index.html
Browse files Browse the repository at this point in the history
	deleted:    tauri-ui/src/logs/LogsPage copy.tsx
	modified:   tauri-ui/src/logs/LogsPage.tsx
	deleted:    tauri-ui/src/logs/LogsTable copy.tsx
  • Loading branch information
neerajlovecyber committed Jun 9, 2024
1 parent dc4e0e8 commit 576eb7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 146 deletions.
4 changes: 2 additions & 2 deletions tauri-ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri-UI</title>
<script type="module" crossorigin src="/assets/index-5542e81b.js"></script>
<link rel="stylesheet" href="/assets/index-c27a5a9c.css">
<script type="module" crossorigin src="/assets/index-2f526ef8.js"></script>
<link rel="stylesheet" href="/assets/index-e51092dd.css">
</head>

<body
Expand Down
38 changes: 0 additions & 38 deletions tauri-ui/src/logs/LogsPage copy.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion tauri-ui/src/logs/LogsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Search } from '@/components/search'; // Add this import statement
import { Search } from '@/components/search';
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import LogsTable from './LogsTable';

Expand Down Expand Up @@ -40,6 +40,7 @@ const LogsPage: React.FC = () => {
<div><Search onChange={handleSearchChange} /></div>
</div>
<div className='flex-1 overflow-y-auto'>
{/* Pass the logEndpoint prop to LogsTable */}
<LogsTable searchQuery={searchQuery} logEndpoint={logEndpoints[selectedLog]} />
</div>
</div>
Expand Down
105 changes: 0 additions & 105 deletions tauri-ui/src/logs/LogsTable copy.tsx

This file was deleted.

0 comments on commit 576eb7f

Please sign in to comment.