feat: 添加状态监视器的图表显示
This commit is contained in:
@@ -104,12 +104,16 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- 图表组件 -->
|
||||
<StatusCharts :server-status="serverStatus" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, watch } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import StatusCharts from './StatusCharts.vue';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user