Skip to content

Commit

Permalink
Fix Cobbler createSystemRecord() netDevices order (#8850)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg authored Sep 11, 2024
1 parent 3ecdabc commit 5b34e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6827,8 +6827,8 @@ public int createSystemRecord(User loggedInUser, Integer sid, String ksLabel) {
* #array_begin("netDevices")
* #struct_begin("network device")
* #prop("string", "name")
* #prop("string", "mac")
* #prop("string", "ip")
* #prop("string", "mac")
* #prop("string", "dnsname")
* #struct_end()
* #array_end()
Expand Down

0 comments on commit 5b34e13

Please sign in to comment.