mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
chore(logs): remove warning text saying no scrollback (#953)
* chore(logs): remove warning text saying no scrollback * Update Logs.tsx * tab tab tab goes the trolley
This commit is contained in:
parent
5a61b406b0
commit
6c27c6e3ba
1 changed files with 0 additions and 7 deletions
|
@ -100,13 +100,6 @@ export const Logs = () => {
|
|||
</header>
|
||||
|
||||
<div className="max-w-screen-xl mx-auto pb-12 px-2 sm:px-4 lg:px-8">
|
||||
<div className="flex justify-center py-4">
|
||||
<ExclamationTriangleIcon
|
||||
className="h-5 w-5 text-yellow-400"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<p className="ml-2 text-sm text-black dark:text-gray-400">This page shows only new logs, i.e. no history.</p>
|
||||
</div>
|
||||
<div className="bg-white dark:bg-gray-800 rounded-lg shadow-lg px-2 sm:px-4 pt-3 sm:pt-4 pb-3 sm:pb-4">
|
||||
<div className="flex relative mb-3">
|
||||
<DebounceInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue