mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-20 03:48:35 -04:00
Fixed remaining lint errors
This commit is contained in:
parent
f78d01d770
commit
11ef22edec
4 changed files with 4 additions and 7 deletions
|
@ -198,7 +198,7 @@
|
|||
<!-- Maintenance -->
|
||||
<template v-if="maintenance.length !== 0">
|
||||
<div
|
||||
v-for="maintenanceItem in maintenance" class="shadow-box alert mb-4 p-4 maintenance" role="alert"
|
||||
v-for="maintenanceItem in maintenance" :key="maintenanceItem.id" class="shadow-box alert mb-4 p-4 maintenance" role="alert"
|
||||
:class="maintenanceClass"
|
||||
>
|
||||
<h4 class="alert-heading" v-text="maintenanceItem.title" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue