Added wrapper class and heading

This commit is contained in:
Joel Collins 2019-01-28 16:43:33 +00:00
parent 0f7891b40c
commit fdcc0d5275

View file

@ -1,4 +1,6 @@
<template>
<div class="host-display">
<h2>Debug</h2>
<div v-if="$store.state.connected">
<p><b>Host:</b> {{ $store.state.host }}</p>
<p><b>Base URI:</b> {{ $store.getters.uri }}</p>
@ -13,4 +15,5 @@
<div v-else>
Enter a hostname and connect to start.
</div>
</div>
</template>