mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
feat: adds on hover popup on the side menu
This commit is contained in:
@@ -87,9 +87,19 @@
|
||||
</div>
|
||||
</router-link>
|
||||
<template #content>
|
||||
<div class="tooltip">
|
||||
This is data
|
||||
<button>test</button>
|
||||
<div>
|
||||
<span class="has-text-weight-light"> RUNNING </span>
|
||||
<span class="has-text-weight-semibold">
|
||||
<distance-time :date="item.created" strict :suffix="false"></distance-time>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="has-text-weight-light"> LOAD </span>
|
||||
<span class="has-text-weight-semibold"> {{ item.getLastStat().snapshot.cpu }}% </span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="has-text-weight-light"> MEM </span>
|
||||
<span class="has-text-weight-semibold"> {{ item.getLastStat().snapshot.memory }} </span>
|
||||
</div>
|
||||
</template>
|
||||
</popup>
|
||||
|
||||
Reference in New Issue
Block a user