Commit 318a8438 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix frontend select placeholder bug

parent 6457cd19
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ repo:
    # permissions
    permissions:
      # user id
      uid: 1001
      uid: 1000
      # group id
      gid: 1001
      gid: 1000

    # user supplied resources
    user:
@@ -38,7 +38,7 @@ repo:
    # platform ingress configuration
    ingress:
      # host name
      host: try-mec.etsi.org
      host: 192.168.20.167
      # enable https only (redirect http requests to https port)
      https-only: true
      # bind to host ports (true) or node ports (false)
@@ -79,7 +79,7 @@ repo:
        # access token url
        token-url: https://github.com/login/oauth/access_token
        # OAuth redirect URI
        redirect-uri: https://try-mec.etsi.org/platform-ctrl/v1/authorize
        redirect-uri: https://192.168.20.167/platform-ctrl/v1/authorize
        # OAuth k8s secret (data: client-id, secret)
        secret: meep-oauth-github
      # GitLab OAuth provider config
+0 −1
Original line number Diff line number Diff line
@@ -485,7 +485,6 @@ class ConfigPane extends Component {
              title="Select the network to simulate"
              style={styles.select}
              label="Simulated Network"
              placeholder="prevents initial overlap"
              fullwidth="true"
              outlined
              disabled={!networkFileSelectionEnabled}