aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-12-05 20:34:54 +0100
committerGitHub <noreply@github.com>2022-12-05 20:34:54 +0100
commit691c6b81c1d79c47e84f11e1efc491dc2ef93cbf (patch)
treebb395c3c2e34c59e46c3e1e1db5dbf85995e80c5 /src-vue
parentcf97da3b187646069c11f59e6e60e7946b0823d8 (diff)
downloadFlightCore-691c6b81c1d79c47e84f11e1efc491dc2ef93cbf.tar.gz
FlightCore-691c6b81c1d79c47e84f11e1efc491dc2ef93cbf.zip
feat: Show warning banner on DevView (#105)
* feat: Show warning banner on DevView * feat: Show icon in banner * fix: Switch banner type to warning * fix: Use light theme for warning
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/views/DeveloperView.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue
index e15f2ad0..9f8881d8 100644
--- a/src-vue/src/views/DeveloperView.vue
+++ b/src-vue/src/views/DeveloperView.vue
@@ -1,6 +1,9 @@
<template>
<div class="fc-container">
<el-scrollbar>
+ <el-alert title="Warning" type="warning" :closable="false" show-icon>
+ This page is designed for developers. Some of the buttons here can break your Northstar install if you do not know what you're doing!
+ </el-alert>
<h3>Basic:</h3>
<el-button type="primary" @click="disableDevMode">