mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: adds exponential average and a new dashboard showing all containers (#2317)
* chore: updates modules * feat: adds support for exponential moving average * feat: add expoentital moving avg * adds index page * cleans up table * fixes typecheck * adds bar chart * updates dashboard to orgua table * wip * cleans up ui * remove screenshot tests for playwright * adds more tests * fixes icon * fixes default sort * removes unused var * adds vscode settings
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</ul>
|
||||
</transition>
|
||||
</div>
|
||||
<ul class="menu-list is-hidden-mobile loading" v-else>
|
||||
<ul class="menu-list is-hidden-mobile has-light-opacity" v-else>
|
||||
<li v-for="index in 7" class="my-4"><o-skeleton animated size="large" :key="index"></o-skeleton></li>
|
||||
</ul>
|
||||
</template>
|
||||
@@ -110,7 +110,7 @@ const activeContainersById = computed(() =>
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.loading {
|
||||
.has-light-opacity {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user