Matej Vadnjal
Matej Vadnjal
Oh, I see. Thanks for the answer. Well, that works for icon labels. But connections labels are always the same size. For example: ``` diagram: fill: "white" rows: 5 columns:...
It would be nice to have a way to "save" some list views with filters applied. For example I often found myself working on a set of devices, where I...
Had the same problem as described. The culprit were indeed "special" chars in `resources.ini` file. I have a LDAP resource in my `resources.ini`, where `root_dn`, `bind_dn` contain commas (`,`) and...
Makes sense, and should be easily doable.
Well, it might not be as easy as I thought. For example - netbox has in Interface table a button "Mark planned" or "Mark connected". This button is only enabled...
I agree this would make sense. For migration I suppose we could create a ContactRole called something like `InventoryAssetMigrated` and use it for all existing asset contacts. Users can then...
netbox_inventory enforces that the combination of asset.owner and asset.asset_tag is [unique](https://github.com/ArnesSI/netbox-inventory/blob/121049e6487bc95b46d36b3e804d03c3554ec0ac/netbox_inventory/models.py#L383). I intentionally keep the old asset tag value when using "Create & add another" since my thinking is: if...
One of design guides when we started developing netbox_inventory was that we'll keep it simple with regards to warranties, support contracts and such. However if there is a real need...
We were discussing this kind of use cases internally as well. To me it would make sense to have a "Consumables" model separate from the current Assets model. That model...
Haven't had time to really think about the design of this feature recently. There are things to consider like, do we want to track purchases with consumables. Do we track...