Skip to content

Commit

Permalink
Merge pull request #14 from PieterL75/issue13_maxlengthprefix
Browse files Browse the repository at this point in the history
v1.4.4
  • Loading branch information
PieterL75 authored Jun 17, 2024
2 parents 793f598 + c1d17e2 commit a6a8fb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_ipcalculator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class IPCalcultorConfig(PluginConfig):
name = 'netbox_ipcalculator'
verbose_name = 'IP Calculator'
description = 'Netbox IP Calculator'
version = '1.4.3'
version = '1.4.4'
author = 'Pieter Lambrecht'
author_email = '[email protected]'
base_url = 'netbox_ipcalculator'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h1>IP Calculator - Subnet Divider</h1>
<td class="label">Network Address/Mask</td>
</tr>
<tr>
<td><input type="text" name="prefix" size="15" maxlength="15" id="sn"></td>
<td><input type="text" name="prefix" id="sn"></td>
<td><input type="submit" value="Update Split Table">
<input type="button" value="Reset" onclick="if (confirm('This will reset all subnet divisions you have made. Proceed?')) startOver();">
</td>
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes
## v1.4.4
### Fixes
* #13 Input length of the subnet divider is too short

## v1.4.3
### New Features
* #9 Extend IPCalculator page with Join/Split functionality
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='netbox_ipcalculator',
version='1.4.3',
version='1.4.4',
description='Netbox IP Calculator',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a6a8fb1

Please sign in to comment.