
Email this issue
Send issue summary in email
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
In Infrastructure --> Manage Public IP:
The IP order seems to be arbitrary when ordering by Mask, Purchased by or Quarantine (even when all the values in these columns are same).
See attachment.
|
|
Description
|
In Infrastructure --> Manage Public IP:
The IP order seems to be arbitrary when ordering by Mask, Purchased by or Quarantine (even when all the values in these columns are same).
See attachment. |
Show » |
Sort Order:
|
I think that Eric wants to say that if you oder by Mask (For example) the IP order should exists too (allways)
Example:
The list:
10.0.0.1 22
10.0.0.2 24
10.0.0.3 23
10.0.0.4 23
Current posible ordenation by mask (the mask ordenation is ok, but not the IP, that it's the important field in this functioanlity)
10.0.0.2 24
10.0.0.4 23
10.0.0.3 23
10.0.0.1 22
The wish (The mask ordenation is ok and the IP is ascending ordered)
10.0.0.2 24
10.0.0.3 23
10.0.0.4 23
10.0.0.1 22
Eric, it's OK?
I think that the solution is on Query Creation. We need to add always in the ORDER BY anotation the IP (At the end, if it isn't the selected order component)