Alexander Haase

Results 116 comments of Alexander Haase

@matejv I've merged recent `master` to resolve the merge conflicts. > Do you think it would be possible to have a page for Modules or Inventory Items as well? At...

It's simply just more efficient use of screen space. Especially on small devices like a tablet, space is valuable. However, I also understand the problem of ambiguity that this would...

Our current prototype doesn't cover audit trails, but I've been thinking about that too. I'll look into adding that feature once the first iteration works.

I’m not sure how to reset the settings for other users, but you can reset your own settings in your preferences. Select your avatar in the top right corner to...

For the record, I’ve submitted https://github.com/netbox-community/netbox/issues/20115 to add the `ArrayColumn` to the official plugins API.

I considered that, but since changing the validation also required a migration, it should be the same. However, I agree that this would be cleaner and will make the change.

This PR is somewhat related to #72. However, while #72 focuses on reusing a specific ACL on multiple devices, this PR focuses on abstraction, such as reusing the first 10...

Reviewing tools like Cisco’s FirePower Management Center access lists (policies) can have two sections, with the child sections being merged in between the parent ones to control correct merging. However,...

Given that the feature request https://github.com/netbox-community/netbox/issues/20116 has been declined, I’m curious to know if we can implement a basic version of this feature using MPTT, similar to how NetBox currently...

Personally, I would vote for using MPTT, as this concept is widely known in the NetBox community. If NetBox core switches to a different concept, the migrations can be easily...