added deploying to ECS

This commit is contained in:
Wenszel
2023-12-28 17:28:27 +01:00
parent 0b21489989
commit 4366b6aba4
4 changed files with 49 additions and 29 deletions
@@ -1,7 +1,7 @@
.serversTableContainer {
display: flex;
height: 500px;
overflow: scroll;
height: 500px;
width: 100%;
}
.refresh {
@@ -1,6 +1,8 @@
.roomName {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left !important;
}
.rooms > thead > tr :nth-child(2) {
@@ -30,6 +32,7 @@
.rooms {
border-collapse: collapse;
width: 100%;
height: fit-content;
}
.lastColumn {