Skip to content

Commit

Permalink
Improvement on the UI/UX (#543)
Browse files Browse the repository at this point in the history
Improvement on the UI/UX of the data table
  • Loading branch information
mPokornyETM authored Nov 26, 2023
1 parent 1ad65ec commit f8a6d31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ THE SOFTWARE.
>
<colgroup>
<!-- index -->
<col class="col-width-0 text-end" />
<col class="text-end" />
<!-- resouce -->
<col class="col-width-5 text-end" />
<col class="width-100 text-end" />
<!-- status -->
<col class="col-width-2 text-end" />
<col class="width-100 text-end" />
<!-- timestamp -->
<col class="col-width-1 text-end" />
<col class="width-100 text-end" />
<!-- labels -->
<col class="col-width-5 text-end" />
<col class="width-100 text-end" />
<!-- properties -->
<col class="col-width-5 text-end" />
<col class="width-100 text-end" />
<!-- actions -->
<col action="col-width-1 text-end" />
<col action="width-100 text-end" />
</colgroup>
<thead>
<th data-class-name="index">${%resources.table.column.index}</th>
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ table.dataTable td, table.dataTable th {

.table-properties>tbody>tr>td {
height: 1rem;
}

.width-100 {
width: 100%;
}

0 comments on commit f8a6d31

Please sign in to comment.