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

IP Address list to twig datatable #16368

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

cconard96
Copy link
Contributor

Q A
Bug fix? yes/no
New feature? yes/no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #number

Replace use of HTMLTable* classes to display the list of IP Addresses on the IP Addresses tab of IP Networks with a Twig datatable.

Before:
Selection_216

After:
Selection_217

The "Automatic Inventory" column was possible to show using the HTMLTable methods but it was hidden behind an option which was never set anywhere. The old HTMLTable methods were left in place as they were used in at least one other location for another table. That other table wasn't migrated yet as it relies on special grouping/rowspan behavior which is not possible in the datatable template yet.

@cedric-anne cedric-anne added the ux label Jan 15, 2024
@cedric-anne cedric-anne added this to the 10.1.0 milestone Jan 15, 2024
src/IPAddress.php Outdated Show resolved Hide resolved
@cedric-anne cedric-anne merged commit af9c1c7 into glpi-project:main Jan 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants