Job logs api are done, still need to build the UI to view logs

This commit is contained in:
Donald Zou
2024-07-27 18:51:43 -04:00
parent 48dc8033f5
commit b65828416f
8 changed files with 189 additions and 86 deletions

View File

@@ -1097,17 +1097,17 @@ pre.index-alert {
.list-move, /* apply transition to moving elements */
.list-enter-active,
.list-leave-active {
transition: all 0.4s cubic-bezier(0.82, 0.58, 0.17, 0.9);
transition: all 0.5s ease-in-out;
}
.list-leave-active{
position: absolute;
}
/*.list-leave-active{*/
/* position: absolute !important;*/
/*}*/
.list-enter-from,
.list-leave-to {
opacity: 0;
transform: translateY(30px);
transform: scale(1.1);
}
/* ensure leaving items are taken out of layout flow so that moving