From b91a58dea61a8d064cd8cad89fa5268ac06f8f6f Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Sun, 24 Mar 2019 15:13:33 +0000 Subject: [PATCH] Moved all connection sections into accordion tabs --- src/components/paneConnect.vue | 55 ++++++++++++++++------------------ 1 file changed, 26 insertions(+), 29 deletions(-) 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

    - - -
    -