Skip to content

Commit

Permalink
Object view keys order (+port)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneg committed Jun 12, 2018
1 parent 9bfde8a commit 30f45dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// end of dynamic content
</script>
<script>
var keysOrderArray = ["uid", "name", "type", "domain", "ipv4-address", "ipv6-address", "subnet4", "subnet-mask", "mask-length4", "subnet6", "mask-length6"];
var keysOrderArray = ["uid", "name", "type", "domain", "ipv4-address", "ipv6-address", "subnet4", "subnet-mask", "mask-length4", "subnet6", "mask-length6", "port"];

var objects = {};

Expand Down

0 comments on commit 30f45dc

Please sign in to comment.