Merge branch '9583-add_column_specific_search_field_to_tables' of https://github.com/netbox-community/netbox into 9583-add_column_specific_search_field_to_tables

This commit is contained in:
Daniel Sheppard
2025-02-13 10:50:13 -06:00
5 changed files with 12 additions and 8 deletions

View File

@@ -25,8 +25,6 @@ check_dist() {
if [[ $diff != "" ]]; then
local SHA=$(git rev-parse HEAD)
echo "Commit '$SHA' produced different static assets than were committed"
echo $diff
echo $(git diff $DIST)
exit 1
fi
}