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

Better user interface to edit reverse DNS servers (dns.revServers) #2943

Draft
wants to merge 15 commits into
base: development-v6
Choose a base branch
from

Commits on Mar 19, 2024

  1. Replace textarea with a table to show separate fields and lines

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6154576 View commit details
    Browse the repository at this point in the history
  2. Add the new table and functions to insert and delete reverse servers

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    746d041 View commit details
    Browse the repository at this point in the history
  3. Don't use "icheck" styling on the checkboxes in the table

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    927a832 View commit details
    Browse the repository at this point in the history
  4. Remove text explaining the textarea format

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    168876b View commit details
    Browse the repository at this point in the history
  5. Remove unused variable and fix some declarations

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bdf85a8 View commit details
    Browse the repository at this point in the history
  6. Use a function to format dataSrc and renderers to format each input f…

    …ield
    
    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a15d410 View commit details
    Browse the repository at this point in the history
  7. Fix the Delete button, to use the new dataSrc values

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e687cb8 View commit details
    Browse the repository at this point in the history
  8. Add Edit, Save and Cancel buttons to each row

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5a34fce View commit details
    Browse the repository at this point in the history
  9. Remove unused function

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fa838e8 View commit details
    Browse the repository at this point in the history
  10. Fix rows vertical alignment

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0b7da48 View commit details
    Browse the repository at this point in the history
  11. Add function to enable edit a row

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9f9ec58 View commit details
    Browse the repository at this point in the history
  12. Add function to restore previous values when user cancels the edition

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bc13e17 View commit details
    Browse the repository at this point in the history
  13. Add function to save edited values

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6dde3fa View commit details
    Browse the repository at this point in the history
  14. Allow console message for debug (temporary)

    This commit will be removed.
    
    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d988fdc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge branch 'development-v6' into tweak/multi_revServers

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    48011ad View commit details
    Browse the repository at this point in the history