Seth G

Results 14 comments of Seth G

The thing is I didn't have to do this before so what changed 🤔

I believe this highlights what you are looking for (I didn't 1:1 copy and paste): ```python class IPAddressModel(NautobotModel): # Metadata about this model _model = IPAddress _modelname = "ipaddress" _identifiers...

@Kircheneer I updated my comment from before. Let me know if this is sufficient.

Ran into this this week! 👍🏻 Would be a great addition.

> For me, the question is whether MAC addresses in code / comments is common enough to have built-in detection support or if thats better left to defining a regex...

A good example of that: https://aeolun.github.io/react-diff-viewer-continued/ though not working in React in this case :)

> not sure what you are suggesting we are comparing? I thought by "filter" you meant only show the changes needed. In that diff viewer it had "Expand" showing only...

Hey @itdependsnetworks and @jeffkala, I'd like to contribute this feature, my company has allocated me time to do so :slightly_smiling_face: . I have plenty of Python Experience and I am...

To align with your step 1 and limit scope: On the 'Config Plans' view specifically, we redirect 'Deploy Selected' button to a new page. This page would have collapsible panels...

Agreed on the full page. Well the deploy button was already in the Config Plan page :shrug: so I figured there was a reason. Could just remove it and have...