1
0
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:
Amir Raminfar
2023-07-24 15:06:42 -07:00
committed by GitHub
parent 18005fcd23
commit 1b056346c0
24 changed files with 170 additions and 148 deletions

View File

@@ -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;
}