🚸 Add location flag to server status page

This commit is contained in:
naiba
2023-11-26 22:29:55 +08:00
parent 1c9bec6ef3
commit 7a774319dd
3 changed files with 7 additions and 3 deletions

View File

@@ -73,7 +73,11 @@
<span class="node-cell-expand-label">{{tr "Platform"}}:</span>
@#node.host.Platform#@
</span>
<span class="node-cell-expand" v-if="node.host.CPU">
<span class="node-cell-expand">
<span class="node-cell-expand-label">{{tr "Location"}}:</span>
<i :class="node.location + ' flag'"></i>
</span>
<span class="node-cell-expand" v-if="node.host.CPU">
<span class="node-cell-expand-label">CPU:</span>
@#node.host.CPU.join(",")#@
</span>