mirror of
https://github.com/donaldzou/WGDashboard
synced 2025-02-26 05:58:47 +00:00
Added endpoint back when on list
This commit is contained in:
parent
afcf6024e6
commit
d84b2060f0
3
.gitignore
vendored
3
.gitignore
vendored
@ -48,4 +48,5 @@ coverage
|
||||
*.sw?
|
||||
|
||||
*.tsbuildinfo
|
||||
.vite/*
|
||||
.vite/*
|
||||
|
||||
|
2
src/static/app/dist/index.html
vendored
2
src/static/app/dist/index.html
vendored
@ -9,7 +9,7 @@
|
||||
<link rel="manifest" href="/static/app/dist/json/manifest.json">
|
||||
<link rel="icon" href="/static/app/dist/favicon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>WGDashboard</title>
|
||||
<title>WGDashboard 1</title>
|
||||
<script type="module" crossorigin src="/static/app/dist/assets/index-CB1eX1Wm.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/static/app/dist/assets/index-C1jOb5RQ.css">
|
||||
</head>
|
||||
|
@ -42,6 +42,17 @@ export default {
|
||||
<div>
|
||||
<div v-if="!Peer.restricted" class="card-header bg-transparent d-flex align-items-center gap-2 border-0">
|
||||
<div class="dot ms-0" :class="{active: Peer.status === 'running'}"></div>
|
||||
<div
|
||||
style="font-size: 0.8rem; color: #28a745"
|
||||
class="d-flex align-items-center"
|
||||
v-if="dashboardStore.Configuration.Server.dashboard_peer_list_display === 'list' && Peer.status === 'running'">
|
||||
<i class="bi bi-box-arrow-in-right me-2"></i>
|
||||
<span>
|
||||
{{ Peer.endpoint }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="font-size: 0.8rem" class="ms-auto d-flex gap-2">
|
||||
<span class="text-primary">
|
||||
<i class="bi bi-arrow-down"></i><strong>
|
||||
|
Loading…
Reference in New Issue
Block a user