Skip to content
Snippets Groups Projects
Commit 513cef50 authored by syuilo's avatar syuilo
Browse files

tweak federation widget

parent 88c64ece
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div v-for="(instance, i) in instances" :key="instance.id" class="instance">
<img :src="getInstanceIcon(instance)" alt=""/>
<div class="body">
<a class="a" :href="'https://' + instance.host" target="_blank" :title="instance.host">{{ instance.host }}</a>
<MkA class="a" :to="`/instance-info/${instance.host}`" behavior="window" :title="instance.host">{{ instance.host }}</MkA>
<p>{{ instance.softwareName || '?' }} {{ instance.softwareVersion }}</p>
</div>
<MkMiniChart class="chart" :src="charts[i].requests.received"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment