mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 00:49:57 +08:00
[status page] checkpoint
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
>
|
||||
<template #item="{ element }">
|
||||
<div>
|
||||
<h2 class="mt-5">{{ element.name }}</h2>
|
||||
<!-- Group Title -->
|
||||
<h2 class="mt-5">
|
||||
<Editable v-model="element.name" :contenteditable="editMode" tag="span" />
|
||||
</h2>
|
||||
|
||||
<div class="shadow-box monitor-list mt-4 position-relative">
|
||||
<div v-if="element.monitorList.length === 0" class="text-center no-monitor-msg">
|
||||
|
Reference in New Issue
Block a user