Removed redundant headings
This commit is contained in:
parent
737e26c092
commit
34d8b80ef0
2 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<div class="host-display">
|
||||
<h2>Debug</h2>
|
||||
<div v-if="$store.getters.ready">
|
||||
<p><b>Host:</b> {{ $store.state.host }}</p>
|
||||
<p><b>Base URI:</b> {{ $store.getters.uri }}</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<div class="host-input">
|
||||
<h2>Connect</h2>
|
||||
<div class="uk-margin">
|
||||
<form @submit.prevent="handleSubmit">
|
||||
<div class="uk-inline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue