Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show relation "security group belongs to router and subnet" #4542

Merged

Commits on Aug 27, 2018

  1. Show relation "security group belongs to router and subnet"

    Two foreign keys have been added to the SecurityGroup model recently:
    
    ```
    security_group.network_router
    security_group.cloud_subnet
    ```
    
    With this commit we show them both on UI in both directions.
    
    Signed-off-by: Miha Pleško <miha.plesko@xlab.si>
    miha-plesko committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a5f280b View commit details
    Browse the repository at this point in the history