diff --git a/src/components/paneConnect.vue b/src/components/paneConnect.vue index 339e56cc..5914cb2c 100644 --- a/src/components/paneConnect.vue +++ b/src/components/paneConnect.vue @@ -27,40 +27,37 @@ +
  • + Status +
    +
    +

    Host: {{ $store.state.host }}

    +

    Base URI: {{ $store.getters.uri }}

    +

    Device name: {{ $store.state.apiConfig.name }}

    +
    + +
    +
    Error: {{ $store.state.error }}
    +
    No active connection
    +
    +
  • +
  • + Saved hosts +
    + + + +
    +
  • - + -
    - -

    Status

    - -
    -

    Host: {{ $store.state.host }}

    -

    Base URI: {{ $store.getters.uri }}

    -

    Device name: {{ $store.state.apiConfig.name }}

    - - - -
    - -
    -
    Error: {{ $store.state.error }}
    -
    No active connection
    -
    - - -
    -

    Saved hosts

    - -
    - {{ host.name }} ({{ host.hostname }}:{{ host.port }}) - -
    -
    -