Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed useless table column #759

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 13, 2022

  1. removed useless table column

    The "Type" column is of very little use: types can be easily inherited from the Option name. Moreover, that column was present only on few rows, thus causing misalignments. Finally, the table was too large: a horizontal scroller appears on rendered pages, causing a bad UX.
    fabricat authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    238f245 View commit details
    Browse the repository at this point in the history
  2. fixed table syntax

    Removed column needs to be removed also from table headers
    fabricat authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e5b0fea View commit details
    Browse the repository at this point in the history
  3. Update Tuning-Volume-Options.md

    minor fixes
    fabricat authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bba3014 View commit details
    Browse the repository at this point in the history
  4. removed duplicate line

    server.allow-insecure was duplicated
    fabricat authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0ea0ad4 View commit details
    Browse the repository at this point in the history