Merge pull request #3701 from hSaria/3697-custom-scripts-example-typo

Fixes #3697: Correct field_order attribute name
This commit is contained in:
Jeremy Stretch 2019-11-22 08:45:21 -05:00 committed by GitHub
commit 6a451e0c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ class NewBranchScript(Script):
class Meta:
name = "New Branch"
description = "Provision a new branch site"
fields = ['site_name', 'switch_count', 'switch_model']
field_order = ['site_name', 'switch_count', 'switch_model']
site_name = StringVar(
description="Name of the new site"