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

admin: standardize presentation of boolean values in list/table views #1740

Open
neoheat opened this issue Jun 12, 2024 · 0 comments
Open

admin: standardize presentation of boolean values in list/table views #1740

neoheat opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@neoheat
Copy link
Collaborator

neoheat commented Jun 12, 2024

Is your feature request related to a problem? Please describe.

currently, the presentation of boolean values is not standardized in list/table views in admin. There is a mix of

  • text values yes / no
  • disabled input with class custom-switch
  • representation with font-awesome icons fa-toggle-on / fa-toggle-on

Describe the solution you'd like

Standardize the values in list & table views with font-awesome icons fa-toggle-on / fa-toggle-on

make it look like:
https://test.leihs.zhdk.ch/admin/inventory-pools/8bd16d45-056d-5590-bc7f-12849f034351

where to fix:

  • admin/inventory-pools/[pool_uuid]/delegations/
  • admin/inventory-pools/[pool_uuid]/entitlement-groups/[entitlement-group_uuid]
  • admin/inventory-fields/
  • admin/inventory-fields/properties_activation_type
  • admin/groups/[group_uuid]
  • admin/settings/languages/
  • admin/settings/misc/
  • admin/settings/smtp/
  • admin/settings/syssec/
  • admin/system/authentication-systems/
  • admin/system/authentication-systems/[authenticationsystem_uuid]

Exception:
we keep

  • the green yes or orange no for column Enabled in admin/inventory-pools/[pool_uuid]/users/
  • the green yes or orange no for column Protected in admin/inventory-pools/[pool_uuid]/delegations/ or detail view admin/inventory-pools/[pool_uuid]/delegations/[delegation_uuid]
@neoheat neoheat added the admin label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant