Commit fdcc0d52 authored by Joel Collins's avatar Joel Collins
Browse files

Added wrapper class and heading

parent 0f7891b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
<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>
 No newline at end of file