mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
add title to root danger badge
This commit is contained in:
parent
a2a9863ac1
commit
f05017f85d
@ -1,5 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<ShieldExclamationIcon v-if="showWarning" class="size-icon icon-danger" />
|
<div
|
||||||
|
v-if="showWarning"
|
||||||
|
title="You have administrative access. Be careful."
|
||||||
|
>
|
||||||
|
<ShieldExclamationIcon class="size-icon icon-danger" />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user