aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/views/PlayView.vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-10-20 23:14:11 +0200
committerGitHub <noreply@github.com>2022-10-20 23:14:11 +0200
commit5cc82fb80f5f91ed9d4a32a71e090a9a805ff2a9 (patch)
tree431d14cb0983e78bb8ac870e3ad55088a4d2345e /src-vue/src/views/PlayView.vue
parent31f26c4dd4a92bb5826ad2af9ccb9808fca40e40 (diff)
downloadFlightCore-5cc82fb80f5f91ed9d4a32a71e090a9a805ff2a9.tar.gz
FlightCore-5cc82fb80f5f91ed9d4a32a71e090a9a805ff2a9.zip
refactor: Various formatting and fixes (#23)
* refactor: Add error return type * style: Auto-format Only minor changes, did not take over all changes from auto-format. * refactor: Rename function to get FC version number To make it more clear which version number we're getting (FlightCore vs Northstar)
Diffstat (limited to 'src-vue/src/views/PlayView.vue')
-rw-r--r--src-vue/src/views/PlayView.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-vue/src/views/PlayView.vue b/src-vue/src/views/PlayView.vue
index b02acc59..7b034004 100644
--- a/src-vue/src/views/PlayView.vue
+++ b/src-vue/src/views/PlayView.vue
@@ -1,6 +1,6 @@
<script lang="ts">
import { ElNotification } from 'element-plus';
-import {Tabs} from "../utils/Tabs";
+import { Tabs } from "../utils/Tabs";
import PlayButton from '../components/PlayButton.vue';
import { defineComponent } from "vue";
@@ -55,10 +55,10 @@ export default defineComponent({
</div>
</div>
<div>
- <PlayButton/>
+ <PlayButton />
<div v-if="$store.state.developer_mode" id="fc_services__status">
<div>
- <div class="fc_version__line">Northstar is running: </div>
+ <div class="fc_version__line">Northstar is running: </div>
<div class="fc_version__line fc_version__line__boolean"> {{ northstarIsRunning }}</div>
</div>
<div>