Standardized how we use the Message component.
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
<template>
|
||||
<div class="notification has-text-dark is-background-warning-80">
|
||||
<h5 class="title is-5 is-unselectable">
|
||||
<span class="icon-text">
|
||||
<span class="icon"><i class="fas fa-exclamation-triangle"></i></span>
|
||||
<span>Warning</span>
|
||||
</span>
|
||||
</h5>
|
||||
<div class="content">
|
||||
<p>There is no <em class="is-bold">{{ api_var }}</em> configured.</p>
|
||||
<p>Please configure the API connection using the button <i class="fa fa-cog"></i> in the top right corner of the
|
||||
page.</p>
|
||||
</div>
|
||||
</div>
|
||||
<Message title="Warning" message_class="has-background-warning-80 has-text-dark" icon="fas fa-exclamation-triangle">
|
||||
There is no <em class="is-bold">{{ api_var }}</em> configured. Please configure the API connection using the button
|
||||
<i class="fa fa-cog"></i> in the top right corner of the page.
|
||||
</Message>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user