diff --git a/README.md b/README.md index 83ea2fc..8cab0fd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Why Django Log Reader? - Reading files based on Linux commands speeds up the display of file content +- Search in files based on Linux commands - Download the result of the content - Display all files according to the pattern defined in the `settings.py` - Simple interface diff --git a/docs/index.rst b/docs/index.rst index ef28f80..b56f917 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ Why Django Log Reader? ========================= * Reading files based on Linux commands speeds up the display of file content +* Search in files based on Linux commands * Download the result of the content * Display all files according to the pattern defined in the ``settings.py`` * Simple interface diff --git a/log_reader/static/log_reader/css/log_reader.css b/log_reader/static/log_reader/css/log_reader.css index 50bd7ed..ca92891 100644 --- a/log_reader/static/log_reader/css/log_reader.css +++ b/log_reader/static/log_reader/css/log_reader.css @@ -5,7 +5,7 @@ color: #ffffff; cursor: pointer; border: 1px solid #d0d0d0; - position: fixed; + position: absolute; right: 315px; top: 156px; } \ No newline at end of file diff --git a/log_reader/templates/log_reader/admin/change_list.html b/log_reader/templates/log_reader/admin/change_list.html index 6bc35e1..d3e62a1 100644 --- a/log_reader/templates/log_reader/admin/change_list.html +++ b/log_reader/templates/log_reader/admin/change_list.html @@ -29,10 +29,13 @@